If you are working with the Team Build of Team System 2008 you are familiar with the buildproj.xml file that defines the build process.
In Team Build 2010 the process is defined by “Windows Workflow Foundation”.
Now instead of using the xml file, fight with the MSBuild syntax and its complex process logic, we now have a visual tool to create the process and we can easily control the logic flow of the build process using the process logic of the “Windows Workflow Foundation” that is much more intuitive.
Another thing that was added to the Team Build 2010 is working against a Controller that contains more than one build agent and not a single agent, what gives you the ability to run a build on more than one build machine.
Add that to the report we get when running a build, “Team Build 2010 Beta 1 Log File” and you get a very strong and easy to use tool.
Have Fun!!!