Skip to content

Commit 9d4bac9

Browse files
committed
Azure: explicitly specify the installer platform for the SDK
The installer is currently only being built for amd64 but needs an arm64 host as well. For now, hardcode the platform.
1 parent eed34f0 commit 9d4bac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure/vs2022.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,6 +1719,7 @@ stages:
17191719
-restore
17201720
-p:RunWixToolsOutOfProc=true
17211721
-p:ProductArchitecture=$(arch)
1722+
-p:InstallerPlatform=amd64
17221723
-p:CERTIFICATE=$(certificate.secureFilePath)
17231724
-p:PASSPHRASE=$(CERTIFICATE_PASSWORD)
17241725
-p:PLATFORM_ROOT=$(Pipeline.Workspace)/windows-sdk-$(arch)/Library/Developer/Platforms/Windows.platform

0 commit comments

Comments
 (0)