ci(azure-pipelines): try collection id as artifacts download project
This commit is contained in:
parent
100422db41
commit
83a92b05dd
@ -118,7 +118,7 @@ stages:
|
|||||||
inputs:
|
inputs:
|
||||||
artifactName: ${{ dependency.artifact }}
|
artifactName: ${{ dependency.artifact }}
|
||||||
source: ${{ dependency.source }}
|
source: ${{ dependency.source }}
|
||||||
project: $(Build.Repository.Uri)
|
project: $(System.CollectionId)
|
||||||
pipeline: $(System.DefinitionId)
|
pipeline: $(System.DefinitionId)
|
||||||
buildVersionToDownload: '${{ dependency.version }}'
|
buildVersionToDownload: '${{ dependency.version }}'
|
||||||
tags: '${{ dependency.artifact }}'
|
tags: '${{ dependency.artifact }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user