This action executes the Nant command line build tool, making it easy to integrate legacy build scripts into your FinalBuilder build.
The NAnt build script to run. The .build extension is typically used by NAnt project.
The target from within the NAnt project to run.
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.
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.
Determines how many levels of indentation are allowed in the logged output. Set the value to the depth of indentations which are allowed.
Turns off the banner from being produced by the NAnt build process. This speeds up the start of NAnt when building a project.
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.
The name of the file to log the output of NAnt to.