Skip to content

Instantly share code, notes, and snippets.

View timothywarner's full-sized avatar

Tim Warner timothywarner

View GitHub Profile
@guitarrapc
guitarrapc / RegisterCustomPackageSource.ps1
Last active December 27, 2015 04:07
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