Summary
Adds a description to the task.
- Namespace
- Cake
.Core - Containing Type
- Cake
Task Builder Extensions
Syntax
public static CakeTaskBuilder Description(this CakeTaskBuilder builder, string description)
Parameters
Name | Type | Description |
---|---|---|
builder | CakeTaskBuilder | The task builder. |
description | string | The description. |
Return Value
Type | Description |
---|---|
CakeTaskBuilder | The same CakeTaskBuilder instance so that multiple calls can be chained. |