Skip to content

Commit

Permalink
Add task to publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpilaf committed Dec 10, 2019
1 parent 01461a4 commit 06ef276
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/templates/build-and-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ steps:
inputs:
command: 'test'
projects: 'HoneycombSerilogSink.sln'
arguments: '--no-restore --no-build -c $(buildConfiguration) --collect "Code coverage"'
arguments: '--no-restore --no-build -c $(buildConfiguration) --collect "Code coverage" --logger trx'

- task: PublishTestResults@2

- task: DotNetCoreCLI@2
displayName: 'Package'
Expand Down

0 comments on commit 06ef276

Please sign in to comment.