ci(azure-pipelines): use project id for artifact download project

This commit is contained in:
Sarah Vaupel 2025-01-29 11:01:53 +01:00
parent 8a22a86399
commit 55531ef692

View File

@ -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 }}'