Summary
Gets the
ICakeTaskInfo describing the CakeTask that has just been invoked.
- Namespace
- Cake
.Core - Containing Type
- ITaskSetupContext
Syntax
ICakeTaskInfo Task { get; }
Value
| Type | Description |
|---|---|
| ICakeTaskInfo | The task. |
