From 55531ef692031f1e70dda12aa3ea74a7f6ab7c85 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 29 Jan 2025 11:01:53 +0100 Subject: [PATCH] ci(azure-pipelines): use project id for artifact download project --- .azure-pipelines/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/service.yaml b/.azure-pipelines/templates/service.yaml index c690bac0d..a1eea455d 100755 --- a/.azure-pipelines/templates/service.yaml +++ b/.azure-pipelines/templates/service.yaml @@ -118,7 +118,7 @@ stages: inputs: artifactName: ${{ dependency.artifact }} source: ${{ dependency.source }} - project: $(System.CollectionId) + project: $(Build.TriggeredBy.ProjectID) pipeline: $(System.DefinitionId) buildVersionToDownload: '${{ dependency.version }}' tags: '${{ dependency.artifact }}'