Configuring Build Steps

Edit pageLast modified: 16 October 2024

Once you have a TeamCity project with a build configuration within it, you can configure build steps. A build step (also referred to as a "job") is a task to be executed by a build runner. One build configuration can include multiple steps, executed consecutively.

Build steps are configured in the Build Steps section of the Build Configuration Settings page. This page allows you to:

  • Add new steps manually.

  • Autodetect steps by scanning the source VCS repository.

  • Copy and delete steps.

  • Temporarily enable/disable steps.