nuget.exe add doesn't recognize named sources #8391
Labels
Priority:3
Issues under consideration. With enough upvotes, will be reconsidered to be added to the backlog.
Product:NuGet.exe
NuGet.exe
Type:Feature
Milestone
Details about Problem
NuGet product used (NuGet.exe | VS UI | Package Manager Console | dotnet.exe): nuget.exe
NuGet version (x.x.x.xxx): 5.1.0.6013
dotnet.exe --version (if appropriate):
VS version (if appropriate):
OS version (i.e. win10 v1607 (14393.321)): win10 v1709 (16299.1217)
Worked before? If so, with which NuGet version: No
Detailed repro steps so we can see the same problem
nuget sources add -name local -source c:\mypackages
nuget add mypackage.nupkg -source local
At this point, I would expect to see
mypackage.nupkg
installed underc:\mypackages
, but instead it's installed under a new directory calledlocal
under my current folder.nuget list -source local
returns no packages (because it's looking at the source namedlocal
)Verbose logs
The text was updated successfully, but these errors were encountered: