ci(azure-pipelines): try collection id as artifacts download project

This commit is contained in:
Sarah Vaupel 2025-01-27 19:04:22 +01:00
parent 100422db41
commit 83a92b05dd

View File

@ -118,7 +118,7 @@ stages:
inputs:
artifactName: ${{ dependency.artifact }}
source: ${{ dependency.source }}
project: $(Build.Repository.Uri)
project: $(System.CollectionId)
pipeline: $(System.DefinitionId)
buildVersionToDownload: '${{ dependency.version }}'
tags: '${{ dependency.artifact }}'