Skip to content

Commit 9070cc7

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 1cbde84 commit 9070cc7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ jobs:
7575
!**\obj\**
7676
searchFolder: '$(System.DefaultWorkingDirectory)'
7777

78+
- task: PublishTestResults@2
79+
inputs:
80+
testResultsFormat: 'VSTest'
81+
testResultsFiles: '**/TEST-*.xml'
82+
failTaskOnFailedTests: true
83+
7884
- task: PublishPipelineArtifact@0
7985
inputs:
8086
artifactName: 'drop'

0 commit comments

Comments
 (0)