Template bugfix for ModelsBuilder, don't attempt to compile ood.flag marker.

This commit is contained in:
Paul Johnson
2021-09-13 10:56:08 +01:00
parent 6dec0f9aba
commit cafbe89f61

View File

@@ -25,9 +25,9 @@
<Content Include="umbraco/**" CopyToOutputDirectory="Always" />
<Content Remove="umbraco/Data/**" />
<Content Remove="umbraco/Logs/**" />
<Content Remove="umbraco/mediacache/**"/>
<Content Remove="umbraco/models/**"/>
<Compile Include="umbraco/models/**"/>
<Content Remove="umbraco/mediacache/**" />
<Content Remove="umbraco/models/**" />
<Compile Include="umbraco/models/**" Exclude="**/*.flag" />
</ItemGroup>
<!-- Set this to true if ModelsBuilder mode is not InMemoryAuto-->