I want to use C# 6 in my project (null propagation, other features).
I\'ve installed VS 2015 on my PC and it works brilliantly and builds test code like
You can by the way also install the "Microsoft Build Tools 2015" instead of VS2015 on your build server.
https://www.microsoft.com/en-us/download/details.aspx?id=48159
It installs MSBuild to the same path:
C:\Program Files (x86)\MSBuild\14.0\Bin\MsBuild.exe