From 8cb134f56b0c678c80b8a57183f5820cd2f0fba1 Mon Sep 17 00:00:00 2001 From: Arjun Balgovind <32061677+arjunbalgovind@users.noreply.github.com> Date: Fri, 1 May 2020 13:17:30 -0700 Subject: [PATCH] Add post-build event for publishing SettingsV2 (#2473) * Added post build script * Added comments * Added unset statement * Added debug checks * added more debug statements * Added dir and cat statements to check pipeline output * revert installer change * Moved nuget package reference from update to include * Removed debug cat command * Removed debugging statements * Added build script for launcher * Added launcher scripts * Removed launcher scripts * Changed taskkill to throw error * Added back old config properties --- installer/PowerToysSetup/Product.wxs | 4 ++-- src/common/interop/interop.h | 4 ++-- .../Microsoft.PowerToys.Settings.UI.Runner.csproj | 8 +++++--- .../Microsoft.PowerToys.Settings.UI.csproj | 15 ++++++++------- src/modules/launcher/Directory.Build.targets | 9 +++------ .../PowerLauncher.UI/PowerLauncher.UI.csproj | 2 +- .../launcher/PowerLauncher/PowerLauncher.csproj | 13 ++++++------- src/modules/launcher/Wox.Plugin/Wox.Plugin.csproj | 4 ++-- 8 files changed, 29 insertions(+), 30 deletions(-) diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index 0a2397117a..95c3a8a18d 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -583,6 +583,7 @@ +