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