From fb2647803b1593ddd68e1b5337489cfaae2307a8 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 7 Feb 2025 21:27:57 +0100 Subject: [PATCH] ci(azure-pipelines): fix build artifact reference --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 93bdea129..403144582 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -103,7 +103,7 @@ stages: - task: CopyFiles@2 displayName: Prepare ${{service.name}} build artifacts for upload inputs: - Contents: ${{service.artifacts}} + Contents: '${{service.buildArtifacts}}' TargetFolder: '$(Build.ArtifactStagingDirectory)' - task: PublishBuildArtifacts@1 displayName: Publish ${{service.name}} build artifacts