Skip to content

Commit

Permalink
fix: add condition on UnoResizetizeImages target
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrojesus-work committed Apr 18, 2024
1 parent a825f44 commit d24dfea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/.nuspec/Uno.Resizetizer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,10 @@
Outputs="$(_UnoResizetizerStampFile)"
AfterTargets="$(UnoResizetizeAfterTargets)"
BeforeTargets="$(UnoResizetizeBeforeTargets)"
DependsOnTargets="$(UnoResizetizeDependsOnTargets)">
DependsOnTargets="$(UnoResizetizeDependsOnTargets)"
Condition="
'$(DesignTimeBuild)' != 'true'
OR $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android' ">

<DetectInvalidResourceOutputFilenamesTask_v0
Items="@(UnoImage->Distinct())"
Expand Down

0 comments on commit d24dfea

Please sign in to comment.