From 2186fa9e5a660b4c766a892e6a283ea61f85cd8c Mon Sep 17 00:00:00 2001 From: chandu54321 Date: Wed, 11 Dec 2024 15:35:47 +0530 Subject: [PATCH] adde the --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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