Skip to content

Commit a2721b4

Browse files
authored
v0.7.4 (#512)
1 parent 1f81ae1 commit a2721b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

azure-pipelines-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pool:
66

77
variables:
88
solution: '**/*.sln'
9-
buildPlatform: 'x86|x64'
9+
buildPlatform: 'x86|x64|ARM|ARM64'
1010
buildConfiguration: 'Release'
1111
appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\'
1212

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pool:
77

88
variables:
99
solution: '**/*.sln'
10-
buildPlatform: 'x86|x64'
10+
buildPlatform: 'x86|x64|ARM|ARM64'
1111
buildConfiguration: 'Release'
1212
appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\'
1313

@@ -29,6 +29,6 @@ steps:
2929
inputs:
3030
serviceEndpoint: 'Files'
3131
appId: '9NGHP3DX8HDX'
32-
packagePath: '$(appxPackageDir)'
32+
packagePath: '$(appxPackageDir)\**\*.msixbundle'
3333
force: true
3434
skipPolling: false

0 commit comments

Comments
 (0)