diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2167045f..dd917434 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ steps: jdkArchitectureOption: 'x64' publishJUnitResults: true testResultsFiles: '**/TEST-*.xml' - tasks: 'check jacocoTestReport sonarqube' + tasks: 'check sonarqube' - script: | ./gradlew --stop