Skip to content

Conversation

@NikolaMilosavljevic
Copy link
Member

Contributes to dotnet/source-build#3551

sourcelink dependencies are not needed anymore since sourcelink ships in .NET 8.0 Preview 6 SDK. arcade has already updated sourcelink consumption with: dotnet/arcade#13892

Source-build consumes repos and their SHAs based on the order of dependencies in installer's Version.Details.xml and all transitive dependencies expressed in that file. To align with Microsoft built SDK, we need to ensure that source-build gets the same sourcelink dependency that is consumed by sdk repo. This necessitates a reorder of package dependencies to get sdk above test-templates as test-templates still consumes old sourcelink and is running on older Arcade and SDK versions.

@NikolaMilosavljevic NikolaMilosavljevic requested a review from a team as a code owner August 1, 2023 01:49
Copy link
Member

@mthalman mthalman left a comment

Choose a reason for hiding this comment

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

Perhaps also add a comment to the top of the Version.Details file explaining that the order of the dependencies matters and why.

@NikolaMilosavljevic
Copy link
Member Author

Added a comment to Version.Details.xml with 61fc341

@NikolaMilosavljevic
Copy link
Member Author

Merging on red as the failure is showing in all recent PRs, i.e. #17103

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants