Skip to content

Instantly share code, notes, and snippets.

@mgreenegit
Last active August 29, 2015 14:17
Show Gist options
  • Save mgreenegit/6f2a80eacb045505648e to your computer and use it in GitHub Desktop.
Save mgreenegit/6f2a80eacb045505648e to your computer and use it in GitHub Desktop.
Register MyGet Repo greenenuget
# Command to register MyGet Repo
Register-PSRepository -Name GreeneNuGet -SourceLocation https://www.myget.org/F/greenenuget/api/v2/ -PublishLocation https://www.myget.org/F/greenenuget/api/v2/package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment