I am trying to run the sonarqube.msbuild.exe. In end step i am getting error. Please help me

SonarScanner for MSBuild 5.11
Using the .NET Framework version of the Scanner for MSBuild
Default properties file was found at C:\Users\Administrator\Downloads\sonar-scanner-msbuild-5.11.0.60783-net46\SonarQube.Analysis.xml
Loading analysis properties from C:\Users\Administrator\Downloads\sonar-scanner-msbuild-5.11.0.60783-net46\SonarQube.Analysis.xml
sonar.verbose=true was specified - setting the log verbosity to ‘Debug’
Post-processing started.
13:31:57.282 Using environment variables to determine the download directory…
13:31:57.329 13:31:57.329 Uninstalling target: C:\Users\Administrator\Downloads\PESIPL-SourceCode\PESIPL-SourceCode\Web\AudiTVDispaly.sonarqube\bin\targets\SonarQube.Integration.targets
13:31:57.329 13:31:57.329 This setting is not valid in the “end” phase in this version of the C# plugin: sonar.verbose
13:31:57.344 Post-processing failed. Exit code: 1

Hey there.

It reads like you’re setting sonar.verbose=true when you run the command, which isn’t supported.

And, please make sure to include all the information requested in the template post.

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)

Hi Colin,

I Tried without Sonar.verbose=true also but it’s showing error again.