Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@xavierdecoster
Created March 9, 2012 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xavierdecoster/2007200 to your computer and use it in GitHub Desktop.
Save xavierdecoster/2007200 to your computer and use it in GitHub Desktop.
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