CakeTask.

Actions Property

Summary

Gets the task's actions.
Namespace
Cake.Core
Containing Type
CakeTask

Syntax

public List<Func<ICakeContext, Task>> Actions { get; }

Value

Type Description
List<Func<ICakeContext, Task>> The task's actions.