In my client's current environment there are several NuGet repositories, both HTTP servers and UNC shares. I receive an error if I attempt:<br /><br /> NuGet.exe push -Source UncBasedSourceNameListedInNuGetConfig "c:\path\to\my.nupkg"<br /><br />There is no way to differentiate between the HTTP and UNC sources without walking the tree of possible NuGet.config files, so the above command is required to avoid hard-coding paths or URLs in scripts.<br /><br />Instead of issuing a "The specified source '\\server\share\etc' is invalid. Please provide a valid source." error, the package file can just be copied to the destination.
Comments: Fixed. Changeset http://nuget.codeplex.com/SourceControl/changeset/bc1726045b2d
Comments: Fixed. Changeset http://nuget.codeplex.com/SourceControl/changeset/bc1726045b2d