Could the [command lines](http://docs.nuget.org/docs/reference/command-line-reference) be extended to include an explicit option for Continuous Integration servers to allow nuget package updates etc on build servers or build Agent PC's?
NuGet.exe -config -SET EnableNuGetPackageRestore=True
This would reduce the need to set environment variables or open up Visual Studio under a CI authenticated user to set the user specific setting on multiple build servers/agents.
Comments: You can set the -RequireConsent argument to 'false' in the 'install' command.
NuGet.exe -config -SET EnableNuGetPackageRestore=True
This would reduce the need to set environment variables or open up Visual Studio under a CI authenticated user to set the user specific setting on multiple build servers/agents.
Comments: You can set the -RequireConsent argument to 'false' in the 'install' command.