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