ci(azure-pipelines): fix artifact project

This commit is contained in:
Sarah Vaupel 2025-01-27 18:02:19 +01:00
parent 9fc8ba2315
commit 0988079b86

View File

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