Skip to content

Instantly share code, notes, and snippets.

@rodolfofadino
Created August 17, 2018 20:38
Show Gist options
  • Save rodolfofadino/81378997ecebe878d4521c30b75ea470 to your computer and use it in GitHub Desktop.
Save rodolfofadino/81378997ecebe878d4521c30b75ea470 to your computer and use it in GitHub Desktop.
Sync Packages Nuget
get-childitem c:\packages -filter *.nupkg -recurse | copy-item -Destination c:\packages-end
nuget.exe push *.nupkg {apikey} -source https://www.myget.org/F/{fee-url}/api/v2/package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment