Skip to content

Instantly share code, notes, and snippets.

@ferventcoder
Created March 25, 2011 17:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferventcoder/887206 to your computer and use it in GitHub Desktop.
Save ferventcoder/887206 to your computer and use it in GitHub Desktop.
This is a command line custom script build step for Team City to auto deploy your NuGet packages once built
xcopy code_drop\nuget\*.nupkg somewhere\Packages /r /i /c /h /k /e /y
@ferventcoder
Copy link
Author

This is build step number n. It comes after a successful build.
It is a command line build step and a custom script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment