Skip to content

Commit

Permalink
fix: Make sure wasm splash always created
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed May 8, 2023
1 parent 2089d09 commit bd6f577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/.nuspec/Uno.Resizetizer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,9 @@
</Target>

<Target Name="ProcessUnoSplashScreens"
Condition="'@(UnoSplashScreen)' != '' And '$(DesignTimeBuild)' != 'true'"
Inputs="$(MSBuildThisFileFullPath);$(_UnoResizetizerTaskAssemblyName);$(_UnoSplashInputsFile);@(UnoSplashScreen)"
Outputs="$(_UnoSplashStampFile)">
Condition="'@(UnoSplashScreen)' != '' And '$(DesignTimeBuild)' != 'true'">
<!--Inputs="$(MSBuildThisFileFullPath);$(_UnoResizetizerTaskAssemblyName);$(_UnoSplashInputsFile);@(UnoSplashScreen)"
Outputs="$(_UnoSplashStampFile)">-->

<Warning
Condition="'@(UnoSplashScreen->Count())' &gt; '1'"
Expand Down

0 comments on commit bd6f577

Please sign in to comment.