Skip to content

Don't build delayed projects in parallel#66047

Merged
wtgodbe merged 1 commit into
mainfrom
wtgodbe/parallel
Mar 27, 2026
Merged

Don't build delayed projects in parallel#66047
wtgodbe merged 1 commit into
mainfrom
wtgodbe/parallel

Conversation

@wtgodbe
Copy link
Copy Markdown
Member

@wtgodbe wtgodbe commented Mar 27, 2026

Follow up to #65668

Copilot AI review requested due to automatic review settings March 27, 2026 18:02
@github-actions github-actions Bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Mar 27, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts the build orchestration for “delayed build” projects driven by BuildAfterTargetingPack.csproj, ensuring those projects are not built in parallel as a follow-up to the trimming restore serialization work in #65668.

Changes:

  • Force @(RequiresDelayedBuild) projects to build serially by setting BuildInParallel="false" for the Build MSBuild invocation in BuildDelayedProjects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants