Skip to content

Commit 0da7eb5

Browse files
committed
Publish for arm64 in the Gallery Bundle
1 parent 97d7e74 commit 0da7eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
inputs:
128128
solution: 'Samples/WinMLSamplesGallery/WinMLSamplesGallery.sln'
129129
vsVersion: "16.0"
130-
msbuildArgs: '/p:UapAppxPackageBuildMode=SideloadOnly /p:AppxPackageSigningEnabled=false /p:AppxBundle=Always "/p:AppxBundlePlatforms=x86|x64" /p:WindowsTargetPlatformVersion=$(WindowsTargetPlatformVersion) /t:Restore,Clean,Build,Publish'
130+
msbuildArgs: '/p:UapAppxPackageBuildMode=SideloadOnly /p:AppxPackageSigningEnabled=false /p:AppxBundle=Always "/p:AppxBundlePlatforms=x86|x64|arm64" /p:WindowsTargetPlatformVersion=$(WindowsTargetPlatformVersion) /t:Restore,Clean,Build,Publish'
131131
platform: '$(BuildPlatform)'
132132
configuration: '$(BuildConfiguration)'
133133
msbuildArchitecture: x64

0 commit comments

Comments
 (0)