Skip to content

Commit

Permalink
upload **/*. diag.log files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertk committed Nov 2, 2023
1 parent 5fa4464 commit 8bc88c0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions eng/publish-coverlet-result-files.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
- task: CopyFiles@2
displayName: Copy tests results
displayName: Copy test results
continueOnError: true
condition: always()
inputs:
Expand All @@ -25,11 +25,13 @@ steps:
TargetFolder: '$(Build.SourcesDirectory)/artifacts/TestLogs'

- task: CopyFiles@2
displayName: Copy binlog files
displayName: Copy log files
condition: always()
inputs:
SourceFolder: '$(Build.SourcesDirectory)'
Contents: '**/*.binlog'
Contents: |
**/*.diag.log
**/*.binlog
TargetFolder: '$(Build.SourcesDirectory)/artifacts/TestLogs/BuildLogs'

- task: PublishPipelineArtifact@1
Expand Down

0 comments on commit 8bc88c0

Please sign in to comment.