ci(azure-pipelines): fix artifact project contd

This commit is contained in:
Sarah Vaupel 2025-01-27 18:08:43 +01:00
parent 0988079b86
commit 100422db41

View File

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