ci(azure-pipelines): fix artifact project contd
This commit is contained in:
parent
21ad3f06af
commit
96059f0a7b
@ -118,7 +118,7 @@ stages:
|
|||||||
inputs:
|
inputs:
|
||||||
artifactName: ${{ dependency.artifact }}
|
artifactName: ${{ dependency.artifact }}
|
||||||
source: ${{ dependency.source }}
|
source: ${{ dependency.source }}
|
||||||
project: ${{ Build.TriggeredBy.ProjectID }}
|
project: '$(Build.TriggeredBy.ProjectID)'
|
||||||
pipeline: $(System.DefinitionId)
|
pipeline: $(System.DefinitionId)
|
||||||
buildVersionToDownload: '${{ dependency.version }}'
|
buildVersionToDownload: '${{ dependency.version }}'
|
||||||
tags: '${{ dependency.artifact }}'
|
tags: '${{ dependency.artifact }}'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user