Currently I'm trying to integrate TFS 2015 with SonarQube but with no result, the situation is that no where it is mentionned how to update the build agent to take the SonarQube.MSBuild.Runner into consideration. When i started integrating the two systems, the error was that the c# sonar plugin version is not compatible with the SonarQube runner so decided to override all files contained in the Build agent for sonarqube prebuild C:***\Agent\tasks\SonarQubePreBuild\1.0.35\MSBuild.SonarQube.Runner-1.1 which make it work but i'm not sure if this is the right way how to it should work.
Additional Information:
TFS version: TFS 2015 update 4.1
SonarQube Version: 6.7.3
SonarQube C# plugin version: 7.0.1.4822
MSbuild Version: 15.0
MSBuild SonarQube Scanner: 4.2.0.1214-net46
Edit: Just to let you know, i didn't update the agent, I'm using the same one that was used before installing the Sonarqube.