Created
March 9, 2012 15:52
-
-
Save xavierdecoster/2007200 to your computer and use it in GitHub Desktop.
How to quickly create an online NuGet cache
This file contains 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
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