Skip to content

Commit 59ae8ea

Browse files
authored
Update azure-pipelines.yml for Azure Pipelines (#443)
1 parent 92ee421 commit 59ae8ea

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,12 @@ steps:
2727
platform: 'x86'
2828
solution: '$(solution)'
2929
configuration: '$(buildConfiguration)'
30-
msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
30+
msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
31+
32+
- task: store-publish@0
33+
inputs:
34+
serviceEndpoint: 'Files'
35+
appId: '9NGHP3DX8HDX'
36+
packagePath:
37+
force: true
38+
skipPolling: false

0 commit comments

Comments
 (0)