Skip to content

Commit

Permalink
add trx files (has ouput attachment) to TestLogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertk committed Sep 5, 2023
1 parent 1f92de1 commit 6893fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/publish-coverlet-result-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ steps:
foreach ($logfile in $logfiles ) {
Copy-FileKeepPath -FileToCopy "$(Build.SourcesDirectory)/test/*" -des "$(Build.SourcesDirectory)/artifacts/TestLogs/" -filter $logfile -startIndex "$(Build.SourcesDirectory)/test/coverlet.integration.tests/bin/".Length
}
Get-ChildItem "$(Build.ArtifactStagingDirectory)/" -Filter *.trx | Copy-Item -Destination "$(Build.SourcesDirectory)/artifacts/TestLogs/" -Force -PassThru
continueOnError: true
condition: always()
Expand Down

0 comments on commit 6893fb0

Please sign in to comment.