You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--crossgen2/ILC have dependencies on the JITs, so build them if the cross component includes crossgen2/ILC. -->
362
+
<_CrossToolSubsetCondition="'$(_BuildCrossComponents)' == 'true' and ($(_subset.Contains('+clr.tools+')) or $(_subset.Contains('+clr.nativecorelib+')) or $(_subset.Contains('+clr.crossarchtools+')))"Include="ClrAllJitsSubset=true" />
363
363
<!-- When targeting Windows, we need to build a copy of the diagnostic libraries that can run on the host to enable remote debugging of a local build. -->
364
364
<_CrossToolSubsetCondition="'$(_BuildCrossComponents)' == 'true' and '$(TargetsWindows)' == 'true'"Include="ClrDebugSubset=true" />
0 commit comments