Skip to content

Commit

Permalink
Add PublishCodeCoverageResults task
Browse files Browse the repository at this point in the history
  • Loading branch information
sliekens committed Jun 15, 2019
1 parent 49f8e1a commit 7ba5f7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Expand Up @@ -38,6 +38,10 @@ steps:
command: 'test'
arguments: '--configuration $(BuildConfiguration) --collect:"XPlat Code Coverage"'
displayName: 'Test All Projects'
- task: PublishCodeCoverageResults@1
inputs:
codeCoverageTool: 'Cobertura'
summaryFileLocation: '**/coverage.cobertura.xml'
- task: DotNetCoreCLI@2
inputs:
command: 'pack'
Expand Down

0 comments on commit 7ba5f7a

Please sign in to comment.