Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Version.Details entries for source-build product build #68371

Merged

Conversation

oleksandr-didyk
Copy link
Contributor

Contributes to dotnet/source-build#3043

Declaring the listed dependency in Version.Details.xml will allow source-build to replace the currently used versions with the n-1 version coming from previously source-built artifacts in the product / VMR build.

Without this change, once repo PvP is enabled for roslyn:

  • Microsoft.CodeAnalysis.* will be marked as pre-builts
  • System.Composition would get loaded in during the build, and since we have the 7.0.0 version in the SBRP, it would fail due to it being a reference assembly

@oleksandr-didyk oleksandr-didyk requested a review from a team as a code owner May 29, 2023 17:07
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels May 29, 2023
@ghost ghost added the Community The pull request was submitted by a contributor who is not a Microsoft employee. label May 29, 2023
@MichaelSimons
Copy link
Member

cc @NikolaMilosavljevic for awareness.

@oleksandr-didyk
Copy link
Contributor Author

@333fred thank you for the review! Could you please also merge it since I do not have write access. Thanks!

@333fred 333fred merged commit 2f54d94 into dotnet:main Jun 1, 2023
@ghost ghost added this to the Next milestone Jun 1, 2023
@RikkiGibson RikkiGibson modified the milestones: Next, 17.7 P3 Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure Community The pull request was submitted by a contributor who is not a Microsoft employee. untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants