Skip to content

Commit 6fbc7ce

Browse files
authored
Fixed release pipeline (#515)
1 parent 9068404 commit 6fbc7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
platform: 'x86'
2424
solution: '**/*.wapproj'
2525
configuration: '$(buildConfiguration)'
26-
msbuildArguments: '/t:build;_GenerateAppxPackage /p:Configuration=Release;Platform="$(buildPlatform)";AppxBundle=Always;AppxBundlePlatforms="$(buildPlatform)"'
26+
msbuildArguments: '/t:build;_GenerateAppxPackage /p:Configuration=Release;Platform="$(buildPlatform)";AppxBundle=Always;AppxBundlePlatforms="$(buildPlatform)";/p:UapAppxPackageBuildMode=StoreUpload'
2727

2828
- task: store-publish@0
2929
inputs:

0 commit comments

Comments
 (0)