We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128edd0 commit f1782d5Copy full SHA for f1782d5
azure-pipelines.yml
@@ -7,11 +7,11 @@ trigger:
7
- master
8
9
pool:
10
- vmImage: 'windows-latest'
+ vmImage: 'windows-2019'
11
12
variables:
13
solution: '**/*.sln'
14
- buildPlatform: 'x86|x64|ARM'
+ buildPlatform: 'x64'
15
buildConfiguration: 'Release'
16
appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\'
17
@@ -24,7 +24,7 @@ steps:
24
25
- task: VSBuild@1
26
inputs:
27
- platform: 'x86'
+ platform: 'x64'
28
solution: '$(solution)'
29
configuration: '$(buildConfiguration)'
30
msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
0 commit comments