Skip to content

Commit 1aef449

Browse files
author
Evans Aboge (from Dev Box)
committed
Close and condition
1 parent cffa9d3 commit 1aef449

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
@@ -200,7 +200,7 @@ extends:
200200
content: '*.nupkg'
201201

202202
- stage: deploy
203-
condition: and(or(contains(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['Build.SourceBranch'], variables['PREVIEW_BRANCH'])))
203+
condition: and(or(contains(variables['Build.SourceBranch'], 'refs/tags/v'), eq(variables['Build.SourceBranch'], variables['PREVIEW_BRANCH'])), succeeded())
204204
dependsOn: build
205205
pool:
206206
name: Azure-Pipelines-1ESPT-ExDShared

0 commit comments

Comments
 (0)