Skip to content

Commit

Permalink
Fix filter in copy filters
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Jun 11, 2024
1 parent e09dd29 commit c3e145a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1287,8 +1287,9 @@ jobs:
displayName: Copy vstest dump files
inputs:
SourceFolder: 'D:\a\_temp\'
Contents: '**\*.dmp'
Contents: '**/*.dmp'
TargetFolder: '$(Build.ArtifactStagingDirectory)/vstest_dumps'
flattenFolders: true

- script: |
if (Test-Path "$(Build.ArtifactStagingDirectory)/vstest_dumps/*" -PathType Leaf) {
Expand Down

0 comments on commit c3e145a

Please sign in to comment.