Skip to content

Commit

Permalink
Merge pull request #153 from unoplatform/mergify/bp/release/stable/1.…
Browse files Browse the repository at this point in the history
…1/pr-152

Renamed another target name (backport #152)
  • Loading branch information
nickrandolph authored Jun 16, 2023
2 parents 24c060a + 79bff18 commit b1d38f1
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 @@ -625,7 +625,7 @@

<!-- This is required because the "CalculateAppxGenerateProjectPriEnabled" target explicitly depends
on "_ValidatePresenceOfAppxManifestItems" and we need to get in before then. -->
<Target Name="_ValidatePresenceOfAppxManifestItemsBeforeTarget"
<Target Name="_UnoValidatePresenceOfAppxManifestItemsBeforeTarget"
BeforeTargets="_ValidatePresenceOfAppxManifestItems"
DependsOnTargets="UnoGeneratePackageAppxManifest"
Condition="'$(_UnoResizetizerIsUWPApp)' == 'True' Or '$(_UnoResizetizerIsWindowsAppSdk)' == 'True' Or '$(_UnoResizetizerIsSkiaApp)' == 'True'" />
Expand Down

0 comments on commit b1d38f1

Please sign in to comment.