We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ac6d1 commit d816844Copy full SHA for d816844
1 file changed
.pipelines/templates/release-MSIX-Publish.yml
@@ -5,7 +5,6 @@ parameters:
5
jobs:
6
- job: Store_Publish_MSIX
7
displayName: Publish MSIX to the Microsoft Store
8
- condition: ne('${{ parameters.skipMSIXPublish }}', 'true')
9
pool:
10
type: release
11
os: windows
@@ -106,6 +105,7 @@ jobs:
106
105
107
- task: MS-RDX-MRO.windows-store-publish.publish-task.store-publish@3
108
displayName: 'Publish LTS StoreBroker Package'
+ condition: ne('${{ parameters.skipMSIXPublish }}', 'true')
109
inputs:
110
serviceEndpoint: '$(SelectedServiceEndpoint)'
111
appId: '$(SelectedAppId)'
0 commit comments