[05:58:44][Step 1/3] The target “MvcBuildViews” listed in a BeforeTargets attribute at “C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Web\Microsoft.Web.Publishing.targets (839,131)” does not exist in the project,and will be ignored.
或者,没有记录器垃圾的更短形式:
The target “MvcBuildViews” listed in a
BeforeTargets
attribute atMicrosoft.Web.Publishing.targets
(839,131) does not exist in the project,and will be ignored.
除了奇怪的是它们一直出现并且一遍又一遍地重复,最近在列表中间的某个地方,时间上有很大的差距:
[05:58:44][Step 1/3] The target “MvcBuildViews” […]
[06:19:38][Step 1/3] The target “MvcBuildViews” […]
导致我们的构建总共运行大约30分钟而不是“正常”运行大约5分钟左右.
谷歌搜索这个消息没有给我任何打击,所以我估计我解决这个问题的机会相当渺茫,但如果有人之前遇到过这个,并且知道是什么导致了这个,我会非常有兴趣知道一个解决方案.
这个项目是用VS 2010构建的(是的,我们需要更新,真的),TeamCity的版本是9.1.3.
PS:暗示这个警告可能带来什么(除了显然与MVC有关)以及从哪里开始寻找解决方案当然同样受欢迎;)