I want to publish nightly builds + source code of a specific project on a tfs 2010 server (local network, inside the firewall) to a (local network, in the dmz) ftp server.
- Build
- Get latest version
- Zip build and code
- Copy to ftp server
Copying the files can use ftp protocol or copy to network share.
Can I do this easily with team-build, or do I need extra tools?