Enable Android UI Tests failure fail the build

AutoRetry is still needed because of https://github.com/unoplatform/uno/issues/1259
This commit is contained in:
Jerome Laban 2019-09-30 09:49:26 -04:00
Родитель c9154cb962
Коммит 257e1e4553
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -32,7 +32,7 @@ jobs:
testRunTitle: 'Android Test Run'
testResultsFormat: 'NUnit'
testResultsFiles: '$(build.sourcesdirectory)/build/TestResult.xml'
failTaskOnFailedTests: false # see https://github.com/unoplatform/uno/issues/1259 for details
failTaskOnFailedTests: true
- task: PublishBuildArtifacts@1
condition: always()