continous-integration

Trigger build when another finished succesfully in TFS 2008

This is a feature I'm used to from TeamCity - I could specify that a certain build configuration will be triggered by the success of another build configuration. I could even pass the results of one build to another - but perhaps this is asking too much. I'm looking for a similar functionality in TFS2008, is there a way to set a trigge...

Benefits of CI for highly modularized projects

There has been some discussion in abandoning our CI system (Hudson FWIW) due to the fact that our projects are somewhat segmented. Without revealing too much, you can think of each project as similar to a web site project: it has dependencies, its own unit tests, etc. It seems like one of the major benefits of CI is to make sure that e...