Skip to content

Commit

Permalink
chore: update tasks targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpinedam committed Feb 4, 2025
1 parent db9cbd4 commit 2a3a682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/.nuspec/Uno.Resizetizer.targets
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@

<Target Name="_AddResizetizerWindowIconExtensions"
Condition="'$(_UnoResizetizerIsCompatibleApp)' == 'True' and '$(UnoResizetizerDisableWindowIconExtensions)'!='true'"
AfterTargets="_GenerateWindowUnoIconExtension"
AfterTargets="SetUnoImage"
BeforeTargets="Build;CoreCompile;XamlPreCompile">
<ItemGroup Condition="Exists('@(_WindowIconExtension->FullPath())')">
<Compile Include="@(_WindowIconExtension)"/>
Expand Down
2 changes: 1 addition & 1 deletion src/.nuspec/Uno.Resizetizer.windows.skia.targets
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<Target Name="UnoGeneratePackageAppxManifest"
Condition="('$(_UnoResizetizerIsWindowsAppSdk)' == 'True' Or '$(_UnoResizetizerIsSkiaApp)' == 'True') And ('@(AppxManifest)@(_UnoAppxManifest)' !='' Or @(_SkiaManifest) != '')"
DependsOnTargets="$(UnoGeneratePackageAppxManifestDependsOnTargets)"
BeforeTargets="$(UnoGeneratePackageAppxManifestBeforeTargets);_GenerateWindowUnoIconExtension">
BeforeTargets="$(UnoGeneratePackageAppxManifestBeforeTargets);SetUnoImage">

<GeneratePackageAppxManifest_v0
IntermediateOutputPath="$(_UnoIntermediateManifest)"
Expand Down

0 comments on commit 2a3a682

Please sign in to comment.