Build VS2013 on a TFS Build Server With Only VS2013

后端 未结 4 1887
栀梦
栀梦 2020-12-13 04:41

I\'m setting up a new build server to support a migration of our development team from VS2010 to VS2013. We are not migrating our TFS server just yet so the new build server

4条回答
  •  一整个雨季
    2020-12-13 05:38

    I ran into a similar issue...and here's why. Starting with VS2013, MSBuild is shipped as part of Visual Studio instead of the .NET Framework. Refer to this msdn blog.

    So to resolve my issue [the correct way], I had to use MSBuild from the "C:\Program Files (x86)\MSBuild\12.0\bin\" instead of "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\"

提交回复
热议问题