From bdeb96d0a7dcdfc0c1082e749f3e74f06d2a2c56 Mon Sep 17 00:00:00 2001 From: Andrey Nekrasov Date: Thu, 9 Sep 2021 16:32:08 +0300 Subject: [PATCH] [CI] Sign VCM x86 module dll (#13129) --- .pipelines/pipeline.user.windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml index 9fe3f92fbc..5b85390e28 100644 --- a/.pipelines/pipeline.user.windows.yml +++ b/.pipelines/pipeline.user.windows.yml @@ -170,6 +170,7 @@ build: # TODO(yuyoyuppe): uncomment when VCM should be enabled #- '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'