From b235f351a4fec72f8ec34b38b95b9387684ac3ad Mon Sep 17 00:00:00 2001 From: chandu54321 Date: Wed, 11 Dec 2024 14:58:16 +0530 Subject: [PATCH] added the changes --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b70a9b50f..fdb7de5b7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,7 +43,7 @@ steps: inputs: mavenPomFile: 'pom.xml' goals: 'verify sonar:sonar' - options: '-Dsonar.login=$(SONAR_TOKEN)' + options: '-Dsonar.token=$(SONAR_TOKEN)' displayName: 'Run SonarCloud Analysis' - task: SonarCloudPublish@3