Last active
December 27, 2015 04:07
-
-
Save guitarrapc/d3c9c2d84290d4965b8a to your computer and use it in GitHub Desktop.
Register Custom PackageSource to your oneget
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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