This section contains topics that describe how to create and modify build types in Team Foundation Build.
Team Foundation Build uses build types to manage the conditions under which a single solution or a set of solutions will be built. Build types are created and modified using the New Team Foundation Build Type Creation Wizard, which includes the following configuration options:
-
Build Workspace
Use this setting to define the solutions to be built within the build type. Each workspace has an indicated owner who created it. Specifically, a workspace defines the part of the source tree that will be built. In particular, sources visible from a particular workspace will be built on the build machine.
-
Build Machine
Use this setting to specify the machine on which the build runs.
-
Build Drop Location
Use this setting to specify a network share into which output of the build can be dropped. Output from each build will be dropped into a separate directory under this share.
-
Configuration
Use this setting to specify the configuration and platform; for example, debug, x86, or retail x86.
-
Build Steps
Use to specify additional steps, such as code analysis, that get run in the build process.
In This Section
Reference
Related Sections
See Also