From 1df1ea3de01412ece7c4d8f8b6084211501e0d9c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 3 Oct 2018 17:21:47 +0100 Subject: [PATCH] azure-pipelines: always upload test results. --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 26b6788e75..deeeff3028 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,6 +16,7 @@ jobs: - task: PublishTestResults@2 displayName: Publish test-bot test results + condition: succeededOrFailed() inputs: testRunner: JUnit testResultsFiles: brew-test-bot.xml