Skip to content

Commit d816844

Browse files
committed
Move skippublish parameter to the task
1 parent 04ac6d1 commit d816844

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pipelines/templates/release-MSIX-Publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ parameters:
55
jobs:
66
- job: Store_Publish_MSIX
77
displayName: Publish MSIX to the Microsoft Store
8-
condition: ne('${{ parameters.skipMSIXPublish }}', 'true')
98
pool:
109
type: release
1110
os: windows
@@ -106,6 +105,7 @@ jobs:
106105

107106
- task: MS-RDX-MRO.windows-store-publish.publish-task.store-publish@3
108107
displayName: 'Publish LTS StoreBroker Package'
108+
condition: ne('${{ parameters.skipMSIXPublish }}', 'true')
109109
inputs:
110110
serviceEndpoint: '$(SelectedServiceEndpoint)'
111111
appId: '$(SelectedAppId)'

0 commit comments

Comments
 (0)