From 21ad3f06afeea0ff72b64eaa6930740e7d705bab Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 29 Jan 2025 11:25:37 +0100 Subject: [PATCH] ci(azure-pipelines): try yaml-compiletime project def splice --- .azure-pipelines/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/service.yaml b/.azure-pipelines/templates/service.yaml index a1eea455d..ad9deae36 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.TriggeredBy.ProjectID) + project: ${{ Build.TriggeredBy.ProjectID }} pipeline: $(System.DefinitionId) buildVersionToDownload: '${{ dependency.version }}' tags: '${{ dependency.artifact }}'