Commit 0195935
committed
[build] fail macOS build if tests fail
Context: https://docs.microsoft.com/azure/devops/pipelines/tasks/test/publish-test-results#yaml-snippet
Context: https://dev.azure.com/xamarin/public/_build/results?buildId=21614&view=ms.vss-test-web.build-test-results-tab
Currently, if a test fails on macOS the build will still be green.
We need to set `failTaskOnFailedTests` on the `PublishTestResults` step.
I also filled out `testRunTitle`, to fix the display name shown on
test results.1 parent 79a0141 commit 0195935
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
| 85 | + | |
0 commit comments