SonarQube Extension for VSTS-TFS with C++ projects

@Brad, the PrepareAnalysis step calls the Scanner for MSBuild Begin step internally and the Analysis step calls the Scanner for MSBuild End step internally. Does the analysis work if you just drop the explicit calls to Scanner for MSBuild Begin and End? i.e.

  1. Prepare Analysis: with Integrate with MSBuild selected and the build wrapper output property set as an additional property
  2. Build Wrapper step that launches MSBuild
  3. Test step
  4. Run Code Analysis
  5. (optional) Publish Quality Gate Result