Skip to content

Commit

Permalink
Fix globbing pattern for log files
Browse files Browse the repository at this point in the history
  • Loading branch information
tadgh authored and michaelabuckley committed Jan 31, 2022
1 parent 45b3aac commit d7daf77
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 @@ -44,7 +44,7 @@ jobs:
condition: always()
inputs:
sourceFolder: '$(System.DefaultWorkingDirectory)/'
contents: '**/target/*output.txt'
contents: '**/target/*-reports/*.txt'
targetFolder: '$(Build.ArtifactStagingDirectory)'
- task: PublishPipelineArtifact@1
displayName: 'Publish Full Test Output'
Expand Down

0 comments on commit d7daf77

Please sign in to comment.