From 15f3c2ff664bc58f502d0b98c5b10bb92c7b4ff5 Mon Sep 17 00:00:00 2001 From: Andrey Nekrasov Date: Wed, 20 Oct 2021 13:59:34 +0300 Subject: [PATCH] [CI] sign VideoConferenceProxyFilter_x86.dll artifact (#13926) --- .pipelines/pipeline.user.windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml index b6a585d326..1e46e0810f 100644 --- a/.pipelines/pipeline.user.windows.yml +++ b/.pipelines/pipeline.user.windows.yml @@ -66,6 +66,8 @@ build: to: 'Build_Output' include: - 'modules\VideoConference\VideoConferenceProxyFilter_x86.dll' + signing_options: + sign_inline: true # This does signing as soon as this command completes - from: 'x64/Release' to: 'Build_Output' include: @@ -173,7 +175,6 @@ build: - 'modules\ShortcutGuide\ShortcutGuideModuleInterface\ShortcutGuideModuleInterface.dll' - 'modules\VideoConference\VideoConferenceModule.dll' - 'modules\VideoConference\VideoConferenceProxyFilter_x64.dll' - - 'modules\VideoConference\VideoConferenceProxyFilter_x86.dll' - 'Settings\ManagedTelemetry.dll' - 'Settings\Microsoft.PowerToys.Settings.UI.exe' - 'Settings\Microsoft.PowerToys.Settings.UI.Lib.dll'