Skip to content

Commit d762667

Browse files
committed
- updates minimatch pattern for download artifiact task
1 parent 3b83487 commit d762667

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
steps:
2+
- download: none
23
- task: DownloadPipelineArtifact@2
34
inputs:
45
source: current
56
artifact: Drop
6-
path: '$(Agent.BuildDirectory)/Drop/'
7+
path: '$(Agent.BuildDirectory)/Drop/'
8+
patterns: |
9+
**
10+
*

0 commit comments

Comments
 (0)