Summary
Skips the specified task.
- Namespace
- Cake
.Core - Containing Type
- Default
Execution Strategy
Syntax
public void Skip(CakeTask task, CakeTaskCriteria criteria)
Parameters
Name | Type | Description |
---|---|---|
task | CakeTask | The task to skip. |
criteria | CakeTaskCriteria | The criteria that caused the task to be skipped. |
Return Value
Type | Description |
---|---|
void |