Skip to content

Commit

Permalink
Fixed release pipeline (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 authored Apr 6, 2020
1 parent 9068404 commit 6fbc7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
platform: 'x86'
solution: '**/*.wapproj'
configuration: '$(buildConfiguration)'
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'

- task: store-publish@0
inputs:
Expand Down

0 comments on commit 6fbc7ce

Please sign in to comment.