| Attribute | Type | Description | Required |
|---|
| action | ActionType | Defines how the message should affect the current build status message. The default value is Append. If the action is Append or Prepend, a comma will be placed between the message and the current build status message. | False |
| message | string | The message to add to the build status node. | False |
| failonerror | bool | Determines if task failure stops the build, or is just reported. The default is true. | False |
| force | bool | If true then the task is forced to execute regardless of running in a TeamCity build. The default value is false. | False |
| if | bool | If true then the task will be executed; otherwise, skipped. The default is true. | False |
| teamcity-info-path | string | Allows you to override the path to the teamcity-info.xml file. By default, the path to the file is detected automatically. | False |
| unless | bool | Opposite of if. If false then the task will be executed; otherwise, skipped. The default is false. | False |
| verbose | bool | Determines whether the task should report detailed build log messages. The default is false. | False |