September 2006 Entries
Team Foundation Server does not have Continuous Integration (C.I.) facility out of the box. I believe this will be incorporated in a future release. In the meantime, we have successfully implemented Continuous Integration using TFS Integrator coupled with Team Build (MSBUILD) and Automated Unit Testing in VSTS. We are running TFS in a single server installation and Team Build is running on a separate machine. Details of TFS Integrator can be found at Mitch Denny's Blog. For those wanting to know...