From e1be511851cc00f910eb4e4a2900d03ee3eabcc2 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Mon, 11 Feb 2019 13:33:35 -0500 Subject: [PATCH] Unconditionally dump results --- script/vsts/platforms/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/script/vsts/platforms/windows.yml b/script/vsts/platforms/windows.yml index 37ca64168..038c79847 100644 --- a/script/vsts/platforms/windows.yml +++ b/script/vsts/platforms/windows.yml @@ -82,6 +82,7 @@ jobs: env: TEST_JUNIT_XML_ROOT: $(Common.TestResultsDirectory) displayName: Dump test results + condition: succeededOrFailed() - task: PublishTestResults@2 inputs: