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

Update NuGet global packages cache detection #14763

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented May 10, 2024

Make sure to account for per-user NuGet.Config as a way to configure the location of the global packages cache.

Fixes #14761

Make sure to account for per-user NuGet.Config as a way to configure the
location of the global packages cache. Avoid setting NuGetPackageRoot in
RepoLayout.props because it is already being set to the correct location
in the *.nuget.g.props files created for each project.

Fixes dotnet#14761
@sharwell sharwell marked this pull request as ready for review May 10, 2024 22:22
@sharwell
Copy link
Member Author

I'm not sure how to get this change over in the branch of Arcade used by Roslyn.

@arunchndr arunchndr requested a review from tmat May 13, 2024 17:46
@sharwell
Copy link
Member Author

sharwell commented Jun 4, 2024

@tmat for review

1 similar comment
@sharwell
Copy link
Member Author

sharwell commented Jun 6, 2024

@tmat for review

@sharwell
Copy link
Member Author

@arkalyanms still waiting for this one as well

@arunchndr
Copy link
Member

@arkalyanms still waiting for this one as well

LGTM! Would be good to get @tmat sign off on this.

@sharwell sharwell merged commit 2e91813 into dotnet:main Jun 17, 2024
11 checks passed
@sharwell sharwell deleted the global-packages branch June 17, 2024 13:22
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.

Arcade incorrectly determines NuGet cache location
3 participants