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?

link|improve this question

80% accept rate
feedback

2 Answers

up vote 0 down vote accepted

You can do this pretty easily using Team Foundation Build. There are even zip and ftp Activities that ship with VS and are ready to use.

If you want a tool to make it easyer then I would recommend Final Builder. This tool inegrates into Team Foundation Build with an Activity that runs after Build and Test that you can do pretty much anything in. It has FTP and Zip Activities ready for dragging and dropping.

link|improve this answer
the zip and ftp copy tasks ship as part of team build 2010? – StephaneT Sep 10 '10 at 11:58
Thanks @StephaneT, I have updated the copy to reflect your responce. – MrHinsh Sep 14 '10 at 13:14
@MrHinsh, where exactly are these activities for zip and ftp? I have VS2010 Ultimate, and I can't find them. – LordHits Oct 5 '11 at 14:12
I'm also having no luck finding these activities? – Chris Surfleet Feb 24 at 8:50
feedback

If you have a more complicated as we had, like synchronize/cleanup a remote site via FTP, you can easily create your custom CodeActivity and do FTP via WebClient directly in C# code.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.