Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
(cherry picked from commit 3251668)
  • Loading branch information
Youssef1313 authored and mergify[bot] committed Aug 21, 2024
1 parent e0cd2a9 commit 6a6fbf2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/nuget/uno.winui.winappsdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<Target Name="_UnoRemoveReferences"
BeforeTargets="$(_UnoRemoveReferences_BeforeTargets)" Condition="$(ShouldComputeInputPris)">
BeforeTargets="$(_UnoRemoveReferences_BeforeTargets)">
<ItemGroup>
<_UnoReferencePathToRemove
Include="@(ReferencePath)"
Expand Down Expand Up @@ -48,7 +48,8 @@
</Target>

<Target Name="_UnoIncludeUIToolkit"
BeforeTargets="$(_UnoRemoveReferences_BeforeTargets)">
BeforeTargets="$(_UnoRemoveReferences_BeforeTargets)"
Condition="$(ShouldComputeInputPris)">

<!--
Since we're not using the standard packaging mechanism, the Uno.UI.Toolkit resources
Expand Down

0 comments on commit 6a6fbf2

Please sign in to comment.