From 5e02b4a960ae45a4d3799c14b306faee6cc75214 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Tue, 19 Sep 2023 17:11:54 -0700 Subject: [PATCH 1/2] Bring back CopyOutputSymbolsToPublishDirectory I accidentally removed this property from AOT compilation when adding support for Mac dsym bundles. This change re-enables support for suppressing debugging symbols in the output. Fixes #92188 --- .../BuildIntegration/Microsoft.NETCore.Native.Publish.targets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets index 5b1e1e8769bdad..0ee60428da70bc 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets @@ -93,7 +93,10 @@ + + From e2f6005dc2dd704dd1e76567f45008d3316d8d5b Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Wed, 20 Sep 2023 12:45:58 -0700 Subject: [PATCH 2/2] Update src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michal Strehovský --- .../BuildIntegration/Microsoft.NETCore.Native.Publish.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets index 0ee60428da70bc..256b344888cc07 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Publish.targets @@ -95,7 +95,7 @@ -