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
Copy file name to clipboardExpand all lines: src/libraries/oob-src.proj
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,15 @@
17
17
18
18
<!-- During an official Build, build the rid specific package matching the OutputRID only outside of an allconfigurations build and only when targeting the CoreCLR runtime.
19
19
The limitation on the CoreCLR runtime is entirely artificial but avoids duplicate assets being publish. -->
20
-
<ProjectReferenceInclude="$(MSBuildThisFileDirectory)*\pkg\runtime.$(OutputRID).*.proj"Condition="'$(BuildingAnOfficialBuildLeg)' != 'true' or
21
-
('$(BuildAllConfigurations)' != 'true' and '$(RuntimeFlavor)' == '$(PrimaryRuntimeFlavor)')" />
0 commit comments