|
268 | 268 |
|
269 | 269 | <ItemGroup Condition="$(_subset.Contains('+clr.packages+')) and '$(PgoInstrument)' != 'true'"> |
270 | 270 | <ProjectToBuild Include="$(CoreClrProjectRoot).nuget\coreclr-packages.proj" Pack="true" Category="clr" /> |
271 | | - <ProjectToBuild Include="$(CoreClrProjectRoot)tools\dotnet-pgo\dotnet-pgo-pack.proj" Pack="true" BuildInParallel="false" Category="clr" Condition="'$(DotNetBuildFromSource)' != 'true' and '$(RuntimeFlavor)' != 'Mono'"/> |
| 271 | + <ProjectToBuild Include="$(CoreClrProjectRoot)tools\dotnet-pgo\dotnet-pgo-pack.proj" Pack="true" Category="clr" Condition="'$(DotNetBuildFromSource)' != 'true' and '$(RuntimeFlavor)' != 'Mono'"/> |
272 | 272 | </ItemGroup> |
273 | 273 |
|
274 | 274 | <ItemGroup Condition="$(_subset.Contains('+clr.nativeaotlibs+')) and '$(NativeAotSupported)' == 'true'"> |
|
302 | 302 |
|
303 | 303 | <!-- Host sets --> |
304 | 304 | <ItemGroup Condition="$(_subset.Contains('+host.native+'))"> |
305 | | - <CorehostProjectToBuild Include="$(SharedNativeRoot)corehost\corehost.proj" SignPhase="Binaries" BuildInParallel="false" /> |
| 305 | + <CorehostProjectToBuild Include="$(SharedNativeRoot)corehost\corehost.proj" SignPhase="Binaries" /> |
306 | 306 | <ProjectToBuild Include="@(CorehostProjectToBuild)" Pack="true" Category="host" /> |
307 | 307 | </ItemGroup> |
308 | 308 |
|
|
312 | 312 | </ItemGroup> |
313 | 313 |
|
314 | 314 | <ItemGroup Condition="$(_subset.Contains('+host.pkg+')) and '$(PgoInstrument)' != 'true'"> |
315 | | - <PkgprojProjectToBuild Include="$(InstallerProjectRoot)pkg\projects\host-packages.proj" SignPhase="MsiFiles" BuildInParallel="false" /> |
| 315 | + <PkgprojProjectToBuild Include="$(InstallerProjectRoot)pkg\projects\host-packages.proj" SignPhase="MsiFiles" /> |
316 | 316 | <ProjectToBuild Include="@(PkgprojProjectToBuild)" Pack="true" Category="host" /> |
317 | 317 | </ItemGroup> |
318 | 318 |
|
|
321 | 321 | <ProjectToBuild Include="$(SharedNativeRoot)libs\build-native.proj" Category="libs" /> |
322 | 322 | </ItemGroup> |
323 | 323 |
|
324 | | - <ItemGroup Condition="$(_subset.Contains('+libs.ref+'))"> |
325 | | - <ProjectToBuild Include="$(LibrariesProjectRoot)ref.proj" Category="libs" /> |
326 | | - </ItemGroup> |
327 | | - |
328 | | - <ItemGroup Condition="$(_subset.Contains('+libs.src+'))"> |
329 | | - <ProjectToBuild Include="$(LibrariesProjectRoot)src.proj" Category="libs" /> |
| 324 | + <!-- TODO: Change subsets from libs.ref+libs.src to libs.sfx+libs.oob in the next infra rollout. --> |
| 325 | + <ItemGroup Condition="$(_subset.Contains('+libs.ref+')) or $(_subset.Contains('+libs.src+'))"> |
| 326 | + <ProjectToBuild Include="$(LibrariesProjectRoot)sfx.proj" |
| 327 | + Category="libs" |
| 328 | + Condition="'$(BuildTargetFramework)' == '$(NetCoreAppCurrent)' or |
| 329 | + '$(BuildTargetFramework)' == '' or |
| 330 | + '$(BuildAllConfigurations)' == 'true'" /> |
| 331 | + <ProjectToBuild Include="$(LibrariesProjectRoot)oob.proj" Category="libs" /> |
330 | 332 | </ItemGroup> |
331 | 333 |
|
332 | 334 | <ItemGroup Condition="$(_subset.Contains('+mono.wasmruntime+'))"> |
|
389 | 391 | </ItemGroup> |
390 | 392 |
|
391 | 393 | <ItemGroup Condition="$(_subset.Contains('+publish+'))"> |
392 | | - <ProjectToBuild Include="$(InstallerProjectRoot)prepare-artifacts.proj" Pack="true" BuildInParallel="false" Category="publish" /> |
| 394 | + <ProjectToBuild Include="$(InstallerProjectRoot)prepare-artifacts.proj" Pack="true" Category="publish" /> |
393 | 395 | </ItemGroup> |
394 | 396 |
|
395 | 397 | <!-- Utility --> |
396 | 398 | <ItemGroup Condition="$(_subset.Contains('+regeneratedownloadtable+'))"> |
397 | | - <ProjectToBuild Include="$(RepositoryEngineeringDir)regenerate-download-table.proj" Pack="true" BuildInParallel="false" /> |
| 399 | + <ProjectToBuild Include="$(RepositoryEngineeringDir)regenerate-download-table.proj" Pack="true" /> |
398 | 400 | </ItemGroup> |
399 | 401 |
|
400 | 402 | <!-- Set default configurations. --> |
|
0 commit comments