Skip to content

Commit

Permalink
fix: remove Inputs
Browse files Browse the repository at this point in the history
those inputs are used by other targets, so it will mess things up
  • Loading branch information
pedrojesus-work committed Apr 16, 2024
1 parent 55c9bac commit a0cd6b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/.nuspec/Uno.Resizetizer.wasm.targets
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Name="GenerateUnoSplashWasm"
BeforeTargets="ProcessUnoSplashScreens"
Condition="'$(DesignTimeBuild)' != 'true' AND $(OutputType) == 'Exe'"
Inputs="$(_UnoSplashInputsFile);@(UnoSplashScreen)"
Outputs="$(_UnoSplashStampFile)">

<CallTarget Targets="GenerateUnoSplashScreens" />
Expand Down

0 comments on commit a0cd6b7

Please sign in to comment.