3

Log message states

`ERROR: Re-run SonarQube Runner using the -X switch to enable full debug logging.`

How do I pass -X switch to Sonar Runner from MSBuild.SonarQube.Runner.exe. Is it in the begin command or end command?

My search is not yielding an answer for this how-to.

Auguste
  • 2,007
  • 2
  • 17
  • 25
WiSeeker
  • 812
  • 9
  • 24

1 Answers1

4

When make the call for the SonarQube runner add the following parameter:

/d:sonar.verbose=true
XtianGIS
  • 967
  • 16
  • 39