Building the Application

With Team Foundation Build, you can create and manage build processes that automatically compile and test your applications, and perform other important functions. You can use your build system to support a strategy of continuous integration or put even more rigorous quality checks in place that prevent bad quality code from “breaking the build.”

What do you want to do?

Learn what’s new in Team Foundation Build: Build multiple check-ins at the same time in gated check-in builds, leverage the capabilities of the Visual Studio Test Runner, use the new Team Explorer Builds page to more easily manage your builds, and more….

Deploy your build system: To use Team Foundation Build, you need one or more build servers.

Define your build process: Give instructions about which code projects to compile, what events should trigger the build, and what tests to run. You can also develop deeply customized build processes using Windows Workflow activities to meet the needs of your team.

Run, monitor, and manage your builds: Queue your builds, manage and monitor them while they are running, and then use and manage the outputs.s

Diagnosing and fixing build problems is a regular task in software development. Team Foundation Build provides tools to help you diagnose and resolve problems.