Skip to content

Commit ad0e860

Browse files
committed
add condition to publish to store
1 parent e000889 commit ad0e860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/DSC-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ extends:
614614

615615
- task: MS-RDX-MRO.windows-store-publish.publish-task.store-publish@3
616616
displayName: 'Publish StoreBroker Package (Stable/LTS)'
617-
condition: succeeded()
617+
condition: and(succeeded(), eq( variables.PublishToStore, true ), eq( variables.officialBuild, true ))
618618
inputs:
619619
serviceEndpoint: dsc-store
620620
appId: '$(AppID)'

0 commit comments

Comments
 (0)