| Attribute | Type | Description | Required |
|---|
| message | string | The message to show on the TeamCity dashboard. | False |
| type | ProgressType | The progress type to report to TeamCity. The default value is Message. | 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 |
| 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 |