Skip to content

Instantly share code, notes, and snippets.

@staff0rd
Created December 10, 2015 03:46
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 staff0rd/7758793696ec05ac4f13 to your computer and use it in GitHub Desktop.
Save staff0rd/7758793696ec05ac4f13 to your computer and use it in GitHub Desktop.
set out=c:\out\packages\%~nx1
rm -rf %out%
call dnu pack --out %out% %~1
c:\git\nuget.exe push %out%\Debug\* -ApiKey YOUR_API_KEY -Source https://www.myget.org/F/YOUR_FEED_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment