Skip to content

Commit

Permalink
[build] Test failures should not produce a publish error
Browse files Browse the repository at this point in the history
MSBuild will error if any test failures occur during our APK tests, and
producing an extra error during the publish step only adds "noise" to
the overall build health.
  • Loading branch information
pjcollins committed Jun 13, 2019
1 parent ed0b4da commit 7abaeab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ steps:
inputs:
testResultsFormat: ${{ parameters.testResultsFormat }}
testResultsFiles: ${{ parameters.testResultsFiles }}
failTaskOnFailedTests: true
testRunTitle: ${{ parameters.testName }}
condition: succeededOrFailed()

0 comments on commit 7abaeab

Please sign in to comment.