From 28a4752f4773589608cbee1908e0c053773b22e5 Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Tue, 16 Jul 2019 17:20:07 +0100 Subject: [PATCH] Publish test results to CI --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 84e0be78..f2efa703 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,9 +20,10 @@ steps: javaHomeOption: 'JDKVersion' jdkVersionOption: '1.8' jdkArchitectureOption: 'x64' - publishJUnitResults: false + publishJUnitResults: true testResultsFiles: '**/TEST-*.xml' tasks: 'build' - script: | ./gradlew --stop + displayName: "Gradle: stop daemon" \ No newline at end of file