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 9068404 commit 6fbc7ceCopy full SHA for 6fbc7ce
azure-pipelines.yml
@@ -23,7 +23,7 @@ steps:
23
platform: 'x86'
24
solution: '**/*.wapproj'
25
configuration: '$(buildConfiguration)'
26
- msbuildArguments: '/t:build;_GenerateAppxPackage /p:Configuration=Release;Platform="$(buildPlatform)";AppxBundle=Always;AppxBundlePlatforms="$(buildPlatform)"'
+ msbuildArguments: '/t:build;_GenerateAppxPackage /p:Configuration=Release;Platform="$(buildPlatform)";AppxBundle=Always;AppxBundlePlatforms="$(buildPlatform)";/p:UapAppxPackageBuildMode=StoreUpload'
27
28
- task: store-publish@0
29
inputs:
0 commit comments