Skip to content

Commit

Permalink
Configure CI (no. 41)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 13, 2021
1 parent 25cd086 commit 29c5a0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .azure/pipelines/ci.yml
Expand Up @@ -90,3 +90,9 @@ jobs:
--logger trx \
--results-directory $(Agent.TempDirectory)
continueOnError: true
- task: PublishTestResults@2
inputs:
testResultsFormat: VSTest
testResultsFiles: $(Agent.TempDirectory)/**/*.trx
failTaskOnFailedTests: true
buildConfiguration: $(BUILD_CONFIGURATION)

0 comments on commit 29c5a0b

Please sign in to comment.