Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Last active December 27, 2015 04:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/d3c9c2d84290d4965b8a to your computer and use it in GitHub Desktop.
Save guitarrapc/d3c9c2d84290d4965b8a to your computer and use it in GitHub Desktop.
Register Custom PackageSource to your oneget
# Get-PackageSource で Chocolatey の登録がされてない場合
Register-PackageSource -Name chocolatey -Provider PSModule -Trusted -Location http://chocolatey.org/api/v2/
# MyOneGet の登録
Register-PackageSource -Name MyOneGet -Location http://localhost:33478/nuget -Trusted -Force -ProviderName chocolatey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment