Is it possible to run the MSBUILD.SONARQUBE.RUNNER on a CSProj file as opposed to a solution?
问题 I have a TFS xaml Build template that runs the msbuild.sonarqube.runner start (and end) before and (after the) msbuild task in the xaml. It all works well enough with a .sln file. As the file under build. However, when I attempt to use this on a build that runs msbuild on a .csproj file the end process reports that it cannot find the postprocess exe. "Execution failed. The specified executable does not exist: .sonarqube\bin\MSBuild.SonarQube.Internal.PostProcess.exe" there no error indication