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

Revert non-determinism in Nuget local sources #19074

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

NikolaMilosavljevic
Copy link
Member

Temporary solution for dotnet/source-build#4206

NuGet/NuGet.Client@f54c58f introduced non-determinism in restoring packages from local package sources. Previously, local sources were used in order they were specified in NuGet.config. This is not the case anymore.

This fix is a revert of the change.

Long-term solution involves the use of package source mappings, and will be ready for Preview 4.

Validation builds:

@ViktorHofer ViktorHofer merged commit 1f6f78f into dotnet:main Mar 16, 2024
22 checks passed
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.

2 participants