From c698b9323ad19e262a18b228c091d0e659495d8c Mon Sep 17 00:00:00 2001 From: Bernie White Date: Sat, 15 Jun 2019 17:45:36 +1000 Subject: [PATCH] Add stage condition for success (#184) --- .azure-pipelines/azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines.yaml b/.azure-pipelines/azure-pipelines.yaml index 44f91720fe..5c2c2db659 100644 --- a/.azure-pipelines/azure-pipelines.yaml +++ b/.azure-pipelines/azure-pipelines.yaml @@ -132,7 +132,7 @@ stages: - stage: Release displayName: Release dependsOn: Build - condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/v0.') + condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/v0.')) jobs: - job: displayName: Live