This page contains reference information about the NAnt Build Runner fields.
| Option |
Description |
| Build runner |
Select NAnt from the drop-down list. |
| Path to a build file |
Specify path relative to the Build Checkout Directory. |
| Build file content |
Click this radio-button, if you want to use a different build script than the one listed in the settings of the build file. If this option is selected, you have to type the build script in the text area. |
| Targets |
Specify the names of build targets defined by the build script, separated by spaces. |
| Working directory |
If you want to specify the path to the build working directory, type the path in the text field. |
| NAnt home |
Enter a path to the NAnt.exe. You can specify the path  | Here you can specify an absolute path to the NAnt.exe file on the agent, or a path relative to the checkout directory. Such relative path allows you to provide particular NAnt.exe file to run a build of the particular build configuration. |
|
| Command line parameters |
Specify any additional parameters for NAnt.exe  | TeamCity passes automatically to NAnt all defined system properties, so you do not need to specify all of the properties here via '-D' option. |
|
| Reduce test failure feedback time |
Use following option to instruct TeamCity to run some tests before others. |
| Run recently failed tests first |
If checked, in the first place TeamCity will run tests failed in previous finished or running builds as well as tests having high failure rate (a so called blinking tests) |
See Also: