View Source

QuickBuild uses steps to control how a build should be performed. Multiple steps can be chained sequentially or in parallel to define the build process of a configuration, and they can be configured to run on different build nodes (see the Build Node definition below) to perform remote builds. Step definition follows the _inherit and override_ rule: steps defined in descendant configurations with the same name will override those defined in ancestor configuration.