Browse Source

Update azure-pipelines.yml (#427)

pull/428/head
Jiaqi Liu 5 years ago
committed by GitHub
parent
commit
81f9c22f90
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      azure-pipelines.yml

4
azure-pipelines.yml

@ -8,8 +8,8 @@ pool:
variables:
solution: '**/*.sln'
buildPlatform: 'x86|x64|ARM64'
buildConfiguration: 'Debug'
buildPlatform: 'x86|x64|arm64'
buildConfiguration: 'Release'
appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\'
steps:

Loading…
Cancel
Save