This page describes how to configure an MSBuild executable for a Task.
On this page:
Configuring an MSBuild Executable for a Task
To configure an MSBuild 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 MSBuild Task, or click 'Add Task' and then 'MSBuild' if creating a new Task.
Update the Task settings:
'Task Description' --— Enter a description of the Task, for display in Bamboo.
'Project File' — Type the Solution, Project File or MSBuild project to execute when this Job Builds, e.g. ExampleSolution.sln. You can include variables (see Using Global, Plan or Build-specific Variables).
If required, update the system environment variables and working directory settings:
注意
You cannot use Clover to collect code coverage for MSBuild builds, as Clover only supports builders of Java/Groovy-based projects, such as Ant, Maven or Grails.