We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f81ae1 commit a2721b4Copy full SHA for a2721b4
azure-pipelines-build-test.yml
@@ -6,7 +6,7 @@ pool:
6
7
variables:
8
solution: '**/*.sln'
9
- buildPlatform: 'x86|x64'
+ buildPlatform: 'x86|x64|ARM|ARM64'
10
buildConfiguration: 'Release'
11
appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\'
12
azure-pipelines.yml
@@ -7,7 +7,7 @@ pool:
13
@@ -29,6 +29,6 @@ steps:
29
inputs:
30
serviceEndpoint: 'Files'
31
appId: '9NGHP3DX8HDX'
32
- packagePath: '$(appxPackageDir)'
+ packagePath: '$(appxPackageDir)\**\*.msixbundle'
33
force: true
34
skipPolling: false
0 commit comments