make sure we publish test results from test runs

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2019-05-19 00:26:46 -04:00
parent 05651cb95e
commit 86192bb601
@@ -16,3 +16,10 @@ steps:
- template: ../steps/create-virtualenv-windows.yml
- template: ../steps/run-tests-windows.yml
- task: PublishTestResults@2
displayName: Publish Test Results
inputs:
testResultsFiles: '**/test-results.xml'
testRunTitle: 'Python $(python.version)'
condition: succeededOrFailed()