We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d762667 commit 66e4370Copy full SHA for 66e4370
1 file changed
.azure-pipelines/templates/download-artifacts.yml
@@ -7,4 +7,6 @@ steps:
7
path: '$(Agent.BuildDirectory)/Drop/'
8
patterns: |
9
**
10
- *
+ *
11
+ - pwsh: Get-ChildItem -Recurse
12
+ workingDirectory: $(Agent.BuildDirectory)
0 commit comments