Template bugfix for ModelsBuilder default path in SourceCode mode(s)

This commit is contained in:
Paul Johnson
2021-09-13 09:21:56 +01:00
parent 2ac5bb0dc4
commit 6dec0f9aba

View File

@@ -26,6 +26,8 @@
<Content Remove="umbraco/Data/**" />
<Content Remove="umbraco/Logs/**" />
<Content Remove="umbraco/mediacache/**"/>
<Content Remove="umbraco/models/**"/>
<Compile Include="umbraco/models/**"/>
</ItemGroup>
<!-- Set this to true if ModelsBuilder mode is not InMemoryAuto-->