ci(azure-pipelines): hardcode pipeline artifact download project

This commit is contained in:
Sarah Vaupel 2025-01-29 11:34:05 +01:00
parent 96059f0a7b
commit 78d0d9e853

View File

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