We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f74df commit 3b83487Copy full SHA for 3b83487
1 file changed
.azure-pipelines/templates/download-artifacts.yml
@@ -1,3 +1,6 @@
1
steps:
2
- - download: current
3
- artifact: Drop
+ - task: DownloadPipelineArtifact@2
+ inputs:
4
+ source: current
5
+ artifact: Drop
6
+ path: '$(Agent.BuildDirectory)/Drop/'
0 commit comments