How to upgrade msbuild to C# 6?

前端 未结 3 1149
失恋的感觉
失恋的感觉 2020-12-02 12:56

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



        
3条回答
  •  春和景丽
    2020-12-02 13:36

    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
    

提交回复
热议问题