From 1ac3a9da4fedca03ab055796dd5f22b5c97307f8 Mon Sep 17 00:00:00 2001 From: ryanbodrug-microsoft <56318517+ryanbodrug-microsoft@users.noreply.github.com> Date: Fri, 15 May 2020 15:11:38 -0700 Subject: [PATCH] Revert "Remove binaries from signing list" (#3078) * Revert "Remove binaries from signing list (#3029)" This reverts commit 64d9e9054ce3eead8c258a63075e4a755c8c8d66. * Removing wox.exe from cdpx build assemblies --- .pipelines/pipeline.user.windows.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml index 088318fc33..02e3b1034d 100644 --- a/.pipelines/pipeline.user.windows.yml +++ b/.pipelines/pipeline.user.windows.yml @@ -73,6 +73,7 @@ build: - 'modules\ImageResizer.exe' - 'modules\ImageResizerExt.dll' - 'modules\KeyboardManager.dll' + - 'modules\launcher\Microsoft.PowerToys.Settings.UI.Lib.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Calculator\Microsoft.Plugin.Caculator.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Calculator\Wox.Infrastructure.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Calculator\Wox.Plugin.dll' @@ -90,6 +91,16 @@ build: - 'modules\launcher\Plugins\Microsoft.Plugin.WindowWalker\Microsoft.Plugin.WindowWalker.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.WindowWalker\Wox.Infrastructure.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.WindowWalker\Wox.Plugin.dll' + - 'modules\launcher\PowerLauncher.dll' + - 'modules\launcher\PowerLauncher.exe' + - 'modules\launcher\PowerLauncher.Telemetry.dll' + - 'modules\launcher\PowerLauncher.UI.exe' + - 'modules\launcher\PowerToysInterop.dll' + - 'modules\launcher\Telemetry.dll' + - 'modules\launcher\Wox.Core.dll' + - 'modules\launcher\Wox.dll' + - 'modules\launcher\Wox.Infrastructure.dll' + - 'modules\launcher\Wox.Plugin.dll' - 'modules\Microsoft.Launcher.dll' - 'modules\PowerRenameExt.dll' - 'modules\shortcut_guide.dll' @@ -98,6 +109,12 @@ build: - 'PowerToys.exe' - 'PowerToysInterop.dll' - 'PowerToysSettings.exe' + - 'SettingsUIRunner\Microsoft.PowerToys.Settings.UI.exe' + - 'SettingsUIRunner\Microsoft.PowerToys.Settings.UI.Lib.dll' + - 'SettingsUIRunner\Microsoft.PowerToys.Settings.UI.Runner.dll' + - 'SettingsUIRunner\Microsoft.PowerToys.Settings.UI.Runner.exe' + - 'SettingsUIRunner\PowerToysInterop.dll' + - 'SettingsUIRunner\Telemetry.dll' signing_options: sign_inline: true # This does signing a soon as this command completes - !!buildcommand