我想配置我们的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