From b0d4ff3e7b5b4605d1ccc75c9debb5b06697fd87 Mon Sep 17 00:00:00 2001 From: Nicolas Vivet Date: Mon, 21 Sep 2020 15:46:52 +0200 Subject: [PATCH] Restore release condition --- .azure/pipelines/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/build.yml b/.azure/pipelines/build.yml index e4d26107..76918046 100644 --- a/.azure/pipelines/build.yml +++ b/.azure/pipelines/build.yml @@ -156,7 +156,7 @@ stages: displayName: Test the Source Dist - stage: release - #condition: and(succeeded(), startsWith(variables['build.sourceBranch'], 'refs/tags/')) + condition: and(succeeded(), startsWith(variables['build.sourceBranch'], 'refs/tags/')) jobs: - job: release steps: