Continuous Code Integration supported by Team Build?

Does anyone know if Team Build will support the concept of continuous code integration as is currently provided by the combination of CrusiseControl, Nnant and Nunit? Specifically, I need the functionality of every X amount of time have an autobuild that gets all code from source control, compiles, runs al unit tests and notifies developers if anything broke.

Thanks JoseB.

[377 byte] By [JoseB] at [2007-12-16]
# 1
Yes, using Windows scheduler you can kick-off a recurring team-build automatically (builds can be kicked off via the command line). By creating a new team-build type in Visual Studio Team System (VSTS) you can specify which configuration(s) to build, what unit tests to run, and using alerts you can setup an automated mail to be sent out with the results.

Hope this helps! Please reply if you have any further questions.

-
This posting is provided "AS IS" with no warranties, and confers no rights.

Erik_MSFT at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - General...
# 2
Jose,

You may want to look at Parabuild server - it supports continuous code integration and multistep builds so that you can separate your build and test results, and provides e-mail and IM notifications: http://www.viewtier.com

Parabuild is not a part of Team Build, though.

Regards,

Slava Imeshev

SlavaImeshev at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Visual Studio Team System - General...

Visual Studio Team System

Site Classified