From 860bdb1e258dc4e229b8d7f9d729e3d71f1ad076 Mon Sep 17 00:00:00 2001 From: Alison Burgess Date: Thu, 7 Nov 2024 17:03:25 -0800 Subject: [PATCH] download all pipeline artifacts --- .pipelines/.vsts-vhd-builder-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pipelines/.vsts-vhd-builder-release.yaml b/.pipelines/.vsts-vhd-builder-release.yaml index c6db9919a5..1b04d859db 100644 --- a/.pipelines/.vsts-vhd-builder-release.yaml +++ b/.pipelines/.vsts-vhd-builder-release.yaml @@ -1322,8 +1322,8 @@ stages: steps: - task: DownloadPipelineArtifact@2 inputs: - artifact: '*' # This downloads all artifacts from previous jobs - targetPath: '$(Pipeline.Workspace)' # Where all artifacts will be downloaded + buildType: 'current' + targetPath: '$(Pipeline.Workspace)' - script: | echo "Here are the downloaded artifacts:" directory_contents=$(ls -R $(Pipeline.Workspace))