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 |