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))