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 264e220 commit 6025725Copy full SHA for 6025725
.azure-pipelines/ci-build.yml
@@ -212,7 +212,7 @@ stages:
212
targetPath: $(Build.ArtifactStagingDirectory)
213
214
- stage: deploy
215
- #condition: and(contains(variables['build.sourceBranch'], 'refs/heads/master'), succeeded())
+ condition: and(contains(variables['build.sourceBranch'], 'refs/heads/master'), succeeded())
216
dependsOn: build
217
jobs:
218
- deployment: deploy
0 commit comments