Skip to content

When do repo changes move to dotnet/dotnet? #3619

Answered by mthalman
tmds asked this question in Q&A
Discussion options

You must be logged in to vote

The dotnet/installer repo controls what ends up in dotnet/dotnet (VMR). Any time a commit is made in installer, a synchronization pipeline runs which updates the VMR to reflect that change. The installer repo defines references to all of its dependencies in Version.Details.xml. Its actually a graph of dependencies since each of those dependencies has its own set of dependencies. The repos that are represented in the VMR are synced according to the commits referenced in these dependencies.

In order to know when a particular change makes it way to be available from the installer repo, you'd need to track the dependency flow. For example, this PR was just merged which represents the dependen…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@tmds
Comment options

tmds Sep 20, 2023
Collaborator Author

@MichaelSimons
Comment options

@tmds
Comment options

tmds Sep 27, 2023
Collaborator Author

Answer selected by tmds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants