|
Build runner is a part of TeamCity that allows integration with a specific build tool (Ant, MSBuild, Command line, etc.). In a build configuration, the build runner defines how to run a build and report its results. Each build runner has two parts:
TeamCity comes bundled with the following runners:
Technically, the build runner is implemented as a plugin. Build runners are configurable in the Build Runners section of the Create/Edit Build Configuration page. See Also:
|