在TFS构建服务器上编译剃刀视图(2012)

时间:2014-03-06 14:16:03

标签: asp.net-mvc-4 razor tfs

我想配置我们的TFS构建服务器,以便它编译我的视图并通知我有关编译错误的信息。

这是我的配置:

    <Target Name="BuildViews" Condition="'$(MvcBuildViews)'=='true'"  AfterTargets="AfterBuild">
  <Message Importance="normal" Text="Precompiling views" />
  <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
</Target>

不幸的是我收到了这些错误。 AspNetCompiler不识别任何MVC语法,如模型或HTML帮助程序。可能有什么问题,$(WebProjectOutputDir)

中有/ bin导演
d:\TfsBuildCache\1\Episerver7\trunk\Assemblies\_PublishedWebsites\Pdk.Website\Views\ActionStart\Index.cshtml (3): The name 'model' does not exist in the current context

0 个答案:

没有答案