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 92ee421 commit 59ae8eaCopy full SHA for 59ae8ea
azure-pipelines.yml
@@ -27,4 +27,12 @@ steps:
27
platform: 'x86'
28
solution: '$(solution)'
29
configuration: '$(buildConfiguration)'
30
- msbuildArgs: '/p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload'
+ 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