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.
2 parents e65baae + 95efeea commit cd022afCopy full SHA for cd022af
build/NuSpecs/buildTransitive/Umbraco.Cms.StaticAssets.targets
@@ -90,4 +90,10 @@
90
<RemoveDir Directories="@(WwwrootUmbracoPackageDir)" />
91
</Target>
92
93
+ <Target Name="IncludeUmbracoRazorFiles" BeforeTargets="ResolveRazorGenerateInputs">
94
+ <ItemGroup>
95
+ <Content Include="$(MSBuildProjectDirectory)\umbraco\**\*.cshtml" />
96
+ </ItemGroup>
97
+ </Target>
98
+
99
</Project>
0 commit comments