Skip to content

Commit 7abaeab

Browse files
committed
[build] Test failures should not produce a publish error
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.
1 parent ed0b4da commit 7abaeab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build-tools/automation/yaml-templates/apk-instrumentation.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ steps:
2424
inputs:
2525
testResultsFormat: ${{ parameters.testResultsFormat }}
2626
testResultsFiles: ${{ parameters.testResultsFiles }}
27-
failTaskOnFailedTests: true
2827
testRunTitle: ${{ parameters.testName }}
2928
condition: succeededOrFailed()

0 commit comments

Comments
 (0)