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: