diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 055322e38..1f436fb63 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,7 +43,7 @@ steps: inputs: mavenPomFile: 'pom.xml' goals: 'verify sonar:sonar' - options: '-Dsonar.token=$(SONAR_TOKEN)' + options: '-Dsonar.cloud=$(SONAR_TOKEN)' displayName: 'Run SonarCloud Analysis' - task: SonarCloudPublish@3