From c0b51503fae88c8ce382166833310ccf21912f10 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Wed, 20 Sep 2023 12:46:37 -0700 Subject: [PATCH] Bring back CopyOutputSymbolsToPublishDirectory (#92315) 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 5b1e1e8769bda..256b344888cc0 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 @@ + +