When using latest version of Nuget command line under Mac OS X or Linux with Mono, it is not possible to add a source pointing to a local directory.
This is due to a regexp check performed in PathValidator.IsValidLocalPath which checks if path begin with <DriveLetter>:\
You will find as attachment a patched PathValidator.cs (located in src/Core/Utility) from NuGet 7.3 which fixes this problem.
Regards.
Microscotch.
This is due to a regexp check performed in PathValidator.IsValidLocalPath which checks if path begin with <DriveLetter>:\
You will find as attachment a patched PathValidator.cs (located in src/Core/Utility) from NuGet 7.3 which fixes this problem.
Regards.
Microscotch.