Installing MSBuild 4.0 without Visual Studio 2010

后端 未结 3 1789
北荒
北荒 2020-12-07 09:17

I installed .NET 4.0 and VS 2010 RC on my laptop and MSBuild was automatically installed. I was hoping to build a continuous integration server by just installing the .NET

3条回答
  •  情歌与酒
    2020-12-07 10:10

    Using the .Net default MsBuild may not be enough. You can download the free MsBuild Tools for Visual studio here, and install all the dependencies used in your project.

提交回复
热议问题