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 114ab93 commit 1bd827cCopy full SHA for 1bd827c
build/NuSpecs/build/Umbraco.Cms.StaticAssets.targets
@@ -6,9 +6,8 @@
6
<UmbracoWwwrootName Condition="'$(UmbracoWwwrootName)' == ''">umbraco</UmbracoWwwrootName>
7
</PropertyGroup>
8
9
- <Target Name="CopyUmbracoAssets" BeforeTargets="Build">
+ <Target Name="CopyUmbracoAssets" BeforeTargets="BeforeBuild">
10
<ItemGroup>
11
-
12
<ContentFiles Include="$(ContentFilesPath)" />
13
<ContentWwwrootFiles Include="$(ContentWwwrootFilesPath)" />
14
</ItemGroup>
0 commit comments