Build Runners
Last modified: 20 April 2023TeamCity Build Runners
Administration > <project> > Runner <build runner>
This section provides descriptions of the following build runners supported by TeamCity:
Maven2
sln2003 - Microsoft Visual Studio 2003 solutions
sln2005 - Microsoft Visual Studio 2005 solutions
Ipr - IntelliJ IDEA projects
Inspection - a set of IntelliJ IDEA inspections
Simple Command Runner - run arbitrary command line
Notes on customizing the .NET Build Runners
Build Agent provides the DotNetFramework1.1
or DotNetFramework2.0
properties automatically. For example, if you have the .NET framework 1.1 installed, the DotNetFramework1.1
system property is set by the Build Agent automatically. The same is true for the .NET 2.0 framework. See more in the System Properties of a Build Configuration section.
Thanks for your feedback!