.NET builder tasks in Bamboo (e.g. NAnt) do not parse test information as part of the task. You must configure a test task (e.g. MBUnit Parser), if you want test results from the builder task to be parsed.
To configure a MBUnit Parser executable for a task:
Navigate to the task configuration for the job (this will be the default job if creating a new plan).
Click the name of the desired MBUnit Parser task, or click Add Task and then MBUnit Parser if creating a new task.
Update the task settings:
Task Description — Enter a description of the task, for display in Bamboo.
MBUnit Test Results File — Enter the name of the test results file. The test file must be in MBUnit XML format. For more information on MBUnit, see http://www.mbunit.com/.