Fix default NuGet config sources path on CoreCLR #472
Labels
Functionality:SDK
The NuGet client packages published to nuget.org
Platform:Xplat
Priority:2
Issues for the current backlog.
Type:Bug
Milestone
The current path we use to create default NuGet config sources is wrong.
We should use local application data folder it. @davidfowl found a good way to get the path from environment variable. See https://github.com/mono/mono/blob/master/mcs/class/corlib/System/Environment.cs#L653.
See current code: https://github.com/NuGet/NuGet.Configuration/blob/dev/src/NuGet.Configuration/PackageSource/PackageSourceProvider.cs#L68-L78
The text was updated successfully, but these errors were encountered: