From b77356d73d5e02d2c9e955bdcd5380cbd6ec1948 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 6 Feb 2025 18:12:28 +0100 Subject: [PATCH] ci(azure-pipelines): fix job dependsOn --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 05700e668..b3d3abab4 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -42,7 +42,7 @@ parameters: image: devfra.azurecr.io/de.fraport.build/haskell tag: 8.10.4 dependsOn: - - frontend + - Build_frontend dependencyArtifacts: | .stack/**/* buildPool: 'Prod Private Agent Pool DS3'