Skip to content

Commit

Permalink
download all pipeline artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisonB319 committed Nov 8, 2024
1 parent 3dbe9b4 commit 860bdb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pipelines/.vsts-vhd-builder-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 860bdb1

Please sign in to comment.