Summary
Makes the task a dependency of another task.
- Namespace
- Cake
.Core - Containing Type
- Cake
Task Builder Extensions
Syntax
public static CakeTaskBuilder IsDependeeOf(this CakeTaskBuilder builder, CakeTaskBuilder other)
Parameters
Name | Type | Description |
---|---|---|
builder | CakeTaskBuilder | The task builder. |
other | CakeTaskBuilder | The name of the dependent task. |
Return Value
Type | Description |
---|---|
CakeTaskBuilder | The same CakeTaskBuilder instance so that multiple calls can be chained. |