Skip to content

Commit

Permalink
Add missing ItemGroup to build tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJul committed Nov 27, 2024
1 parent bed48a7 commit 318e4c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/Avalonia/AvaloniaBuildTasks.targets
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@
</Target>

<Target Name="AvaloniaCollectUpToDateCheckInputDesignTime" BeforeTargets="CollectUpToDateCheckInputDesignTime">
<UpToDateCheckInput Include="@(AvaloniaResource)" />
<UpToDateCheckInput Include="@(AvaloniaXaml)" />
<ItemGroup>
<UpToDateCheckInput Include="@(AvaloniaResource)" />
<UpToDateCheckInput Include="@(AvaloniaXaml)" />
</ItemGroup>
</Target>

<Target
Expand Down

0 comments on commit 318e4c9

Please sign in to comment.