Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Ensure we generate version prop before sync parallel build #31137

Merged
merged 2 commits into from
Jul 18, 2018

Conversation

weshaggard
Copy link
Member

We need to generate the buildversion props file before we start
a parallel build otherwise we race condition that can break
the build.

cc @mmitche Port change #31097 to master.

We need to generate the buildversion props file before we start
a parallel build otherwise we race condition that can break
the build.
The TraversalBuildDependsOn gets other things added to it like
BuildAllProjects which we don't want for the Sync target so
factoring out the common pre-steps and sharing just those
with sync and build.
@weshaggard weshaggard merged commit 20ac3b1 into dotnet:master Jul 18, 2018
@karelz karelz added this to the 3.0 milestone Jul 19, 2018
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…nPropsForSync-m

Ensure we generate version prop before sync parallel build

Commit migrated from dotnet/corefx@20ac3b1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants