Details about Problem
NuGet product used : nuget.exe/maybe dotnet
NuGet version (x.x.x.xxx): 4.3.0
Worked before? If so, with which NuGet version: 3.4.4
Detailed repro steps so we can see the same problem
-
dotnet new console
-
create a new config file and add a new source to it with name source_name
-
nuget restore -Source source_name
Expected
Restore should read the source from the config file
Actual
Restore treats the source as a relative path
Notes
More details at #5767
Details about Problem
NuGet product used : nuget.exe/maybe dotnet
NuGet version (x.x.x.xxx): 4.3.0
Worked before? If so, with which NuGet version: 3.4.4
Detailed repro steps so we can see the same problem
dotnet new consolecreate a new config file and add a new source to it with name
source_namenuget restore -Source source_nameExpected
Restore should read the source from the config file
Actual
Restore treats the source as a relative path
Notes
More details at #5767