Skip to content

Instantly share code, notes, and snippets.

@xavierdecoster
Created March 9, 2012 15:52
How to quickly create an online NuGet cache
cd $env:LOCALAPPDATA\NuGet\Cache
get-childitem . *.nupkg | % { nuget push $_ -ApiKey 9cbe3269-0e8d-4f86-a9ce-356309641b40 -Source http://www.myget.org/F/onlinecache/api/v2/package }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment