This content is part of a third party extension that is not supported by the Cake project.
Summary
Gets all registered tasks.
- Assembly
- Cake
.Module .Shared .dll - Namespace
- Cake
.Module .Shared - Containing Type
- CakeEngineBase
Syntax
public IReadOnlyList<ICakeTaskInfo> Tasks { get; }
Value
Type | Description |
---|---|
IReadOnlyList |
The registered tasks. |