我试图在我的teamcity服务器上构建asp.net mvc 4应用程序。
服务器是Windows Server 2012 R2。 64位操作系统。
Teamcity版本是8.1(build 29879)。
如果我将MSBuild版本设置为MSBuild Tools 2013代理程序不兼容。
原因是:Unmet requirements: MSBuildTools12.0_x64_Path exists
我确保安装.net sdk,并且作为Windows Server 2012,.net 4.5已经安装在那里(在我的情况下为4.5.2)。我该怎么做才能让它发挥作用?
答案 0 :(得分:8)
您安装了Build Tools吗?他们是no longer come with the .NET framework,是否是Windows的一部分,但是使用Studio或作为独立安装程序。不要忘记之后重新启动。