added the changes

This commit is contained in:
chandu54321 2024-12-11 14:58:16 +05:30
parent cc162f222a
commit b235f351a4

View file

@ -43,7 +43,7 @@ steps:
inputs: inputs:
mavenPomFile: 'pom.xml' mavenPomFile: 'pom.xml'
goals: 'verify sonar:sonar' goals: 'verify sonar:sonar'
options: '-Dsonar.login=$(SONAR_TOKEN)' options: '-Dsonar.token=$(SONAR_TOKEN)'
displayName: 'Run SonarCloud Analysis' displayName: 'Run SonarCloud Analysis'
- task: SonarCloudPublish@3 - task: SonarCloudPublish@3