From d5e4e677794b4e4bc014ff159461e674cbe9aab1 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 24 Jan 2025 11:59:27 +0100 Subject: [PATCH] ci(azure-pipelines): download artifacts from dependencies for services --- .azure-pipelines/templates/service.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/templates/service.yaml b/.azure-pipelines/templates/service.yaml index 9a962e174..1e27a5263 100644 --- a/.azure-pipelines/templates/service.yaml +++ b/.azure-pipelines/templates/service.yaml @@ -109,6 +109,9 @@ stages: IN_CI: true steps: - checkout: self + - ${{ each dep in parameters.serviceDependencies }}: + - download: current + artifact: ${{ dep }} - ${{ each buildStep in parameters.buildSteps }}: - template: ./service/build-step.yaml parameters: