Skip to content

Commit 6025725

Browse files
committed
- restores condition after successful publish
Signed-off-by: Vincent Biret <[email protected]>
1 parent 264e220 commit 6025725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ stages:
212212
targetPath: $(Build.ArtifactStagingDirectory)
213213

214214
- stage: deploy
215-
#condition: and(contains(variables['build.sourceBranch'], 'refs/heads/master'), succeeded())
215+
condition: and(contains(variables['build.sourceBranch'], 'refs/heads/master'), succeeded())
216216
dependsOn: build
217217
jobs:
218218
- deployment: deploy

0 commit comments

Comments
 (0)