Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dotnet/targets/Xamarin.Shared.Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
_CopyResourcesToBundle;
_CompileCoreMLModels;
_CreatePkgInfo;
_CreateAssetPackManifestMobile;
_SmeltMetal;
_TemperMetal;
_DetectAppManifest;
Expand Down Expand Up @@ -273,6 +274,8 @@
</CreateAppBundleDependsOn>
</PropertyGroup>

<Target Name="_CreateAssetPackManifestMobile" Condition="'$(_PlatformName)' != 'macOS'" DependsOnTargets="_CreateAssetPackManifest" />

<!-- PublishTrimmed must be calculated as part of a target because IsMacEnabled on Windows will be set after connecting to the Mac -->
<Target Name="_ComputePublishTrimmed">
<PropertyGroup>
Expand Down