TeamCity 2019.2 Help

Build Runner

Build runner is a part of TeamCity that allows integration with a specific build tool (Ant, MSBuild, Command Line, and so on). In a build configuration, a build runner defines how to run a build and report its results.

Each build runner has two parts:

  • the server-side settings that are configured through the web UI

  • the agent-side part that executes a build on an agent

TeamCity comes bundled with the following runners:

Technically, build runners are implemented as plugins.

Build runners are configurable in the Configuring Build Steps section of the Create/Edit Build Configuration page.