ci(azure-pipelines): try yaml-compiletime project def splice

This commit is contained in:
Sarah Vaupel 2025-01-29 11:25:37 +01:00
parent 55531ef692
commit 21ad3f06af

View File

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