Skip to content

Instantly share code, notes, and snippets.

@johnw86
Last active October 2, 2018 16:20
Show Gist options
  • Save johnw86/65574957fe449937b9fad08441b443db to your computer and use it in GitHub Desktop.
Save johnw86/65574957fe449937b9fad08441b443db to your computer and use it in GitHub Desktop.
Update nuget.exe
nuget.exe update -self
Update source credentials so you don't have to keep entering them over and over
nuget.exe sources Update||Add -Name sourceNameHere -UserName userNameHere -Password passwordHere -Source sourceUrlHere
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment