We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ad955 commit 8bc434aCopy full SHA for 8bc434a
build/download-build-steps.yml
@@ -1,6 +1,8 @@
1
steps:
2
-- task: DownloadPipelineArtifact@0
3
- displayName: 'Download build'
+- task: DownloadBuildArtifacts@0
+ displayName: 'Download artifacts'
4
inputs:
5
+ buildType: 'current'
6
+ downloadType: 'single'
7
artifactName: artifacts
- targetPath: $(System.DefaultWorkingDirectory)
8
+ downloadPath: $(System.DefaultWorkingDirectory)
0 commit comments