asp.net-mvc – 尝试使用TeamCity构建asp.net mvc Web应用程序时出错

前端之家收集整理的这篇文章主要介绍了asp.net-mvc – 尝试使用TeamCity构建asp.net mvc Web应用程序时出错前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有一个Asp.Net MVC Web应用程序,我正在开发。我在我的开发工作站上安装了TeamCity,并且已经运行了CI构建。一切正常工作。我想将TeamCity从我的机器上移动到刚刚传递的新的dev / build服务器上。我不想将Visual Studio安装到构建服务器上。但是它接缝了msbuild无法构建Web应用程序项目。

E:\TeamCity\buildAgent\work\48e528785fe346fa\src\Web\Web.csproj(489,
11): error MSB4019: The imported
project “C:\Program
Files\MSBuild\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets”
was not found. Confirm that the path
in the declaration is
correct,and that the file exists on
disk.

我在google上找到了几个点击,但没有任何接受。建议安装Visual Studio或将某些目录从Visual Studio复制到服务器等。

我可以如何使TeamCity在dev / build服务器上构建我的项目。

解决方法

看起来像复制档案超过 will definitely work.你试了吗?将.targets文件视为MSBuild如何完成其​​工作的一系列定义。
原文链接:https://www.f2er.com/aspnet/252307.html

猜你在找的asp.Net相关文章