diff --git a/eng/toolAot.targets b/eng/toolAot.targets index e378f44ddbc128..0cda677570ca39 100644 --- a/eng/toolAot.targets +++ b/eng/toolAot.targets @@ -1,11 +1,16 @@ - - true + + true + + <_IsApplePlatformToolAot Condition="'$(PortableOS)' == 'osx' or '$(PortableOS)' == 'ios' or '$(PortableOS)' == 'iossimulator' or '$(PortableOS)' == 'tvos' or '$(PortableOS)' == 'tvossimulator' or '$(PortableOS)' == 'maccatalyst'">true - .dwarf - --flat + .dwarf + --flat diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets index d8a0b3ad6cf35b..e25e5642ef3146 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets @@ -392,6 +392,7 @@ The .NET Foundation licenses this file to you under the MIT license. Command=""$(ObjCopyName)" --add-gnu-debuglink="$(NativeBinary)$(NativeSymbolExt)" "$(NativeBinary)"" /> diff --git a/src/coreclr/tools/aot/ILCompiler/ILCompiler_publish.csproj b/src/coreclr/tools/aot/ILCompiler/ILCompiler_publish.csproj index d07363514d8914..239e3f83618a1b 100644 --- a/src/coreclr/tools/aot/ILCompiler/ILCompiler_publish.csproj +++ b/src/coreclr/tools/aot/ILCompiler/ILCompiler_publish.csproj @@ -10,9 +10,6 @@ false true true - - - false diff --git a/src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj b/src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj index ef721045174a58..f5f2fe11f65886 100644 --- a/src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj +++ b/src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj @@ -10,9 +10,6 @@ false true true - - - false diff --git a/src/native/managed/native-library.targets b/src/native/managed/native-library.targets index b1e8a23b79c376..3dfb641d4fb180 100644 --- a/src/native/managed/native-library.targets +++ b/src/native/managed/native-library.targets @@ -70,7 +70,7 @@ <_StripLike Condition="'$(_StripLike)' == ''">gnu - + diff --git a/src/tasks/Crossgen2Tasks/Microsoft.NET.CrossGen.targets b/src/tasks/Crossgen2Tasks/Microsoft.NET.CrossGen.targets index a51c1b4c5f97b1..85cad77c4e970e 100644 --- a/src/tasks/Crossgen2Tasks/Microsoft.NET.CrossGen.targets +++ b/src/tasks/Crossgen2Tasks/Microsoft.NET.CrossGen.targets @@ -677,6 +677,7 @@ Copyright (c) .NET Foundation. All rights reserved. diff --git a/src/tests/Common/XUnitLogChecker/XUnitLogChecker.csproj b/src/tests/Common/XUnitLogChecker/XUnitLogChecker.csproj index 900df8cea49d76..5b06ca87506641 100644 --- a/src/tests/Common/XUnitLogChecker/XUnitLogChecker.csproj +++ b/src/tests/Common/XUnitLogChecker/XUnitLogChecker.csproj @@ -9,9 +9,6 @@ true true false - - - false diff --git a/src/tools/ilasm/src/ilasm/ilasm.csproj b/src/tools/ilasm/src/ilasm/ilasm.csproj index 1ed88edd74622d..8a1e3d9fe0a6b4 100644 --- a/src/tools/ilasm/src/ilasm/ilasm.csproj +++ b/src/tools/ilasm/src/ilasm/ilasm.csproj @@ -12,9 +12,6 @@ true true true - - - false enable