Skip to content

Commit

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

- task: PublishPipelineArtifact@1
Expand Down

0 comments on commit 6633aa4

Please sign in to comment.