Continuous Integration Using Team Foundation Build

The continuous integration sample and article from Khushboo Sharan and Kishore M N is now available in the MSDN Library. This is the sample code that Khushboo previously covered in her blog post (Continuous Integration using Team Build) on the subject, but now includes the accompanying article.

What is continuous integration? Continuous integration is the process of starting a build whenever code is checked into the source control server. It recommends having a dedicated build server where the sources are synchronized, compiled, and unit tests are run.

Continuous Integration Using Team Foundation Build.

701