Copyright 2016-2017 SonarSource.
Licensed under the GNU Lesser General Public License, Version 3.0
http://redirect.sonarsource.com/doc/msbuild-sq-runner.html
https://jira.sonarsource.com/browse/SONARMSBRU
Requirements:
- Visual Studio 2015
- Team Foundation Server 2013 Update 4 Object Model Installer
- MsBuild 12
Install NuGet packages: right click on the solution in Visual Studio, and select Restore NuGet Packages. Alternatively, using the nuget.exe on the command line:
nuget restore path\to\solution.sln
Or inside the project's directory, simply nuget restore
without parameters.