Skip to content

Commit f1782d5

Browse files
committed
build x64 on vs2019
1 parent 128edd0 commit f1782d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ trigger:
77
- master
88

99
pool:
10-
vmImage: 'windows-latest'
10+
vmImage: 'windows-2019'
1111

1212
variables:
1313
solution: '**/*.sln'
14-
buildPlatform: 'x86|x64|ARM'
14+
buildPlatform: 'x64'
1515
buildConfiguration: 'Release'
1616
appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\'
1717

@@ -24,7 +24,7 @@ steps:
2424

2525
- task: VSBuild@1
2626
inputs:
27-
platform: 'x86'
27+
platform: 'x64'
2828
solution: '$(solution)'
2929
configuration: '$(buildConfiguration)'
3030
msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'

0 commit comments

Comments
 (0)