Skip to content

Commit

Permalink
build x64 on vs2019
Browse files Browse the repository at this point in the history
  • Loading branch information
janwilmans committed May 14, 2019
1 parent 128edd0 commit f1782d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ trigger:
- master

pool:
vmImage: 'windows-latest'
vmImage: 'windows-2019'

variables:
solution: '**/*.sln'
buildPlatform: 'x86|x64|ARM'
buildPlatform: 'x64'
buildConfiguration: 'Release'
appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\'

Expand All @@ -24,7 +24,7 @@ steps:

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

0 comments on commit f1782d5

Please sign in to comment.