Publish test results when the tests fail (#1994)

This commit is contained in:
Lucas Loegel
2019-02-24 18:33:22 +13:00
committed by James Newton-King
parent 509643a895
commit fdb87bf132
+2
View File
@@ -47,12 +47,14 @@ steps:
testRunner: 'NUnit'
testResultsFiles: '**/Working/*.xml'
displayName: 'Publish NUnit results'
condition: succeededOrFailed()
- task: PublishTestResults@2
inputs:
testRunner: 'VSTest'
testResultsFiles: '**/Working/*.trx'
displayName: 'Publish dotnet test results'
condition: succeededOrFailed()
- task: PublishBuildArtifacts@1
inputs: