From 4661eab21873ee298d11c27036b8c1b0fd778765 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 10 Feb 2025 19:30:58 +0100 Subject: [PATCH] ci(azure-pipelines): contd --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 6c8dcc584..2a2055f57 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -187,7 +187,7 @@ stages: # - script: echo "Work in progress" # TODO - stage: Release - dependsOn: Test + dependsOn: Build # TODO Test condition: or(eq(variables.forceRelease, true), startsWith(variables['Build.SourceBranch'], 'refs/tags/')) jobs: - template: .azure-pipelines/templates/jobs/release.yaml