Jiaqi Liu
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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: |
|
|
|