Skip to content

Commit

Permalink
Execute CopyUmbracoAssets @ BeforeBuild to prevent Rebuild failures
Browse files Browse the repository at this point in the history
  • Loading branch information
OzoneNZ committed Sep 29, 2021
1 parent 5bfab13 commit 74a232d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/NuSpecs/build/Umbraco.Cms.StaticAssets.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
<UmbracoWwwrootName Condition="'$(UmbracoWwwrootName)' == ''">umbraco</UmbracoWwwrootName>
</PropertyGroup>

<Target Name="CopyUmbracoAssets" BeforeTargets="Build">
<Target Name="CopyUmbracoAssets" BeforeTargets="BeforeBuild">
<ItemGroup>

<ContentFiles Include="$(ContentFilesPath)" />
<ContentWwwrootFiles Include="$(ContentWwwrootFilesPath)" />
</ItemGroup>
Expand Down

0 comments on commit 74a232d

Please sign in to comment.