diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml index c3e3aea321..764cffb68e 100644 --- a/.pipelines/pipeline.user.windows.yml +++ b/.pipelines/pipeline.user.windows.yml @@ -61,6 +61,10 @@ build: - 'x64/**/*.pdb' exclude: - 'x64/Release/obj/**/*.pdb' + - from: 'x86/Release' + - to: 'Build_Output' + include: + - 'modules\VideoConference\VideoConferenceProxyFilter_x86.dll' - from: 'x64/Release' to: 'Build_Output' include: @@ -147,8 +151,7 @@ build: - 'modules\PowerRename\PowerRenameExt.dll' - 'modules\ShortcutGuide\ShortcutGuide.dll' - 'modules\VideoConference\VideoConferenceModule.dll' - - 'modules\VideoConference\VideoConferenceProxyFilter.dll' - - 'modules\VideoConference\VideoConferenceProxyFilterx86.dll' + - 'modules\VideoConference\VideoConferenceProxyFilter_x64.dll' - 'Notifications.dll' - 'os-detection.dll' - 'PowerToys.exe' diff --git a/installer/PowerToysSetup/PowerToysSetup.wixproj b/installer/PowerToysSetup/PowerToysSetup.wixproj index b837586276..cab87ecbf9 100644 --- a/installer/PowerToysSetup/PowerToysSetup.wixproj +++ b/installer/PowerToysSetup/PowerToysSetup.wixproj @@ -77,8 +77,7 @@ call "$([MSBuild]::GetVsInstallRoot())\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64 -winsdk=10.0.18362.0 SET PTRoot=..\..\..\.. call "..\..\publish.cmd" -) -call "..\..\build_vcm_x86.cmd" +)