Skip to content

Commit ef91932

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 6fbc7ce commit ef91932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ steps:
2323
platform: 'x86'
2424
solution: '**/*.wapproj'
2525
configuration: '$(buildConfiguration)'
26-
msbuildArguments: '/t:build;_GenerateAppxPackage /p:Configuration=Release;Platform="$(buildPlatform)";AppxBundle=Always;AppxBundlePlatforms="$(buildPlatform)";/p:UapAppxPackageBuildMode=StoreUpload'
27-
26+
msbuildArguments: '/t:build;_GenerateAppxPackage /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
27+
2828
- task: store-publish@0
2929
inputs:
3030
serviceEndpoint: 'Files'

0 commit comments

Comments
 (0)