diff --git a/.azure-pipelines/templates/service.yaml b/.azure-pipelines/templates/service.yaml index 2321c6242..c690bac0d 100755 --- a/.azure-pipelines/templates/service.yaml +++ b/.azure-pipelines/templates/service.yaml @@ -118,7 +118,7 @@ stages: inputs: artifactName: ${{ dependency.artifact }} source: ${{ dependency.source }} - project: $(Build.Repository.Uri) + project: $(System.CollectionId) pipeline: $(System.DefinitionId) buildVersionToDownload: '${{ dependency.version }}' tags: '${{ dependency.artifact }}'