Summary
Skips the specified task.
- Namespace
- Cake
.Core - Containing Type
- IExecutionStrategy
Syntax
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 |
