We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a29cdc commit e786491Copy full SHA for e786491
build/templates/UmbracoProject/UmbracoProject.csproj
@@ -36,6 +36,10 @@
36
<Compile Include="umbraco/models/**" Exclude="**/*.flag" />
37
</ItemGroup>
38
39
+ <PropertyGroup>
40
+ <CopyRazorGenerateFilesToPublishDirectory>true</CopyRazorGenerateFilesToPublishDirectory>
41
+ </PropertyGroup>
42
+
43
<!-- Set this to true if ModelsBuilder mode is not InMemoryAuto-->
44
<PropertyGroup>
45
<RazorCompileOnBuild>false</RazorCompileOnBuild>
0 commit comments