From 2111ba32fc51053ac34bcb676675bc6dee25197a Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Wed, 14 Apr 2021 16:43:14 -0400 Subject: [PATCH] [dotnet][msbuild] Stop publishing dylibs in release builds (#11210) With https://github.com/xamarin/xamarin-macios/pull/11158 we do not load symbols from the dylibs - so we do not have to ship them. This makes the size comparison, between legacy and dotnet, more accurate since the dylibs were large binaries. https://gist.github.com/spouliot/9cad974b73b982404421e634f2a3a2b7 --- dotnet/targets/Xamarin.Shared.Sdk.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/targets/Xamarin.Shared.Sdk.targets b/dotnet/targets/Xamarin.Shared.Sdk.targets index e7b5a3990b..7da1ead010 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.targets +++ b/dotnet/targets/Xamarin.Shared.Sdk.targets @@ -696,7 +696,7 @@ + Condition="'$(_SdkIsSimulator)' != 'false' And '%(Extension)' == '.dylib'" />