This action executes the Nant command line build tool, making it easy to integrate legacy build scripts into your FinalBuilder build.

On this page:

 

NAnt

NAnt Options

Build File

The NAnt build script to run. The .build extension is typically used by NAnt project. 

Target Framework

The target from within the NAnt project to run. 

Targets

Properties

The properties to set for the run of the NAnt build script. These are passed to NAnt as it runs the build script. These properties allow for configuration of the build to occur before each run as required. 

Log Options

Logging Level 

The logging level determines what NAnt will report back during its run of the build script. The possible values are Quiet, Normal, Verbose, and Debug. Each raising the level of output higher than the one previous. Setting the level to Quiet means nothing is logged by NAnt. 

Indentation Level

Determines how many levels of indentation are allowed in the logged output. Set the value to the depth of indentations which are allowed. 

Suppress display of logo banner

Turns off the banner from being produced by the NAnt build process. This speeds up the start of NAnt when building a project. 

Output to log file

Causes the NAnt output to be logged to a file. This is handy for including in a report email, or attaching to a continuous integration server. 

Log file

The name of the file to log the output of NAnt to. 

  • No labels