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