Skip to content

Commit

Permalink
chore: removed unecesseray inputs args
Browse files Browse the repository at this point in the history
  • Loading branch information
pictos committed May 17, 2023
1 parent b87f3b8 commit 956b023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.nuspec/Uno.Resizetizer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
<Target Name="GenerateUnoSplashScreens"
BeforeTargets="ProcessUnoSplashScreens"
Condition="'@(UnoSplashScreen)' != '' And '$(DesignTimeBuild)' != 'true'"
Inputs="$(MSBuildThisFileFullPath);$(_UnoResizetizerTaskAssemblyName);$(_UnoSplashInputsFile);@(UnoSplashScreen)"
Inputs="$(_UnoSplashInputsFile);@(UnoSplashScreen)"
Outputs="$(_UnoSplashStampFile)">

<Warning
Expand Down

0 comments on commit 956b023

Please sign in to comment.