This content is part of a third party extension that is not supported by the Cake project.
Summary
Registers a new task.
- Assembly
- Cake
.Module .Shared .dll - Namespace
- Cake
.Module .Shared - Containing Type
- CakeEngineBase
Syntax
public CakeTaskBuilder RegisterTask(string name)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | The name of the task. |
Return Value
| Type | Description |
|---|---|
| CakeTaskBuilder | A CakeTaskBuilder<TData>. |
