Here is our development environment description:
When I execute the "Enable Nuget Package Restore", I always get the message telling me that the remote name could not be resolved "Nuget.org".
It looks like "Enable Nuget Package Restore" is trying to go online to update something...
Any Idea ?
- Working with Source control, means the packages are NOT stored into the source control.
- (that leads to) Package restore at build time.
- The network is offline, means NOT connected to the internet.
-
Release build server with automated release build process.
- Established a local network repository with all the packages we use.
- Configured vs 2012 in Tools->Options->Package Manager to "Allow nuget to download..." and the path to the packages repository.
-
Updated Nuget package manager to version 2.2 by downloading it's vsix file and installed it directly.
When I execute the "Enable Nuget Package Restore", I always get the message telling me that the remote name could not be resolved "Nuget.org".
It looks like "Enable Nuget Package Restore" is trying to go online to update something...
Any Idea ?