CakeGraphBuilder.

Build(IReadOnlyCollection<ICakeTaskInfo>) Method

Summary

Builds a CakeGraph from the specified tasks.
Namespace
Cake.Core.Graph
Containing Type
CakeGraphBuilder

Syntax

public static CakeGraph Build(IReadOnlyCollection<ICakeTaskInfo> tasks)

Parameters

Name Type Description
tasks IReadOnlyCollection<ICakeTaskInfo> The tasks to build the graph from.

Return Value

Type Description
CakeGraph An assembled graph.