From 224f55852f70cc4efae8caa7a46c661265673df5 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 6 Feb 2025 18:22:05 +0100 Subject: [PATCH] ci(azure-pipelines): make stages depend on each other --- azure-pipelines.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index b3d3abab4..94f8f8c7c 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -98,6 +98,7 @@ stages: publishLocation: 'Container' - stage: Test + dependsOn: Build condition: eq(variables.skipTests, false) jobs: - ${{ each service in parameters.services }}: