File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 44 <IsEligibleForNgenOptimization >true</IsEligibleForNgenOptimization >
55 <IsEligibleForNgenOptimization Condition =" '$(IsReferenceAssembly)' == 'true'" >false</IsEligibleForNgenOptimization >
66 <IsEligibleForNgenOptimization Condition =" '$(GeneratePlatformNotSupportedAssembly)' == 'true' or '$(GeneratePlatformNotSupportedAssemblyMessage)' != ''" >false</IsEligibleForNgenOptimization >
7+ <!-- There's an issue causing IBCMerge failures because of mismatched MVIDs
8+ across many of our assemblies on Mac, so disable
9+ IBCMerge optimizations on Mac for now to unblock the offical build.
10+ See issue https://github.com/dotnet/runtime/issues/33303
11+ -->
12+ <IsEligibleForNgenOptimization Condition =" '$(TargetOS)' == 'OSX'" >false</IsEligibleForNgenOptimization >
713 </PropertyGroup >
814
915 <Target Name =" SetApplyNgenOptimization"
You can’t perform that action at this time.
0 commit comments