I am trying to use Nuget Command line util to Pack a nuspec file.
When i call “Pack” I get an unhanded exception,
“The remote name could not be resolved packages.nuget.org
I am within a network that is not connected to the internet.
Is there a way to overcome this issue?
Thanks
Tal
That’s strange, as the ‘pack’ command does not need to access the internet.
But there is one possible explanation: if you got nuget.exe from http://nuget.codeplex.com/releases/view/58939, then it is actually just a bootstrapper that downloads the real nuget.exe on first run (and it needs internet access for that).