Skip to content

Commit 1bd827c

Browse files
OzoneNZbergmania
authored andcommitted
Execute CopyUmbracoAssets @ BeforeBuild to prevent Rebuild failures
1 parent 114ab93 commit 1bd827c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/NuSpecs/build/Umbraco.Cms.StaticAssets.targets

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
<UmbracoWwwrootName Condition="'$(UmbracoWwwrootName)' == ''">umbraco</UmbracoWwwrootName>
77
</PropertyGroup>
88

9-
<Target Name="CopyUmbracoAssets" BeforeTargets="Build">
9+
<Target Name="CopyUmbracoAssets" BeforeTargets="BeforeBuild">
1010
<ItemGroup>
11-
1211
<ContentFiles Include="$(ContentFilesPath)" />
1312
<ContentWwwrootFiles Include="$(ContentWwwrootFilesPath)" />
1413
</ItemGroup>

0 commit comments

Comments
 (0)