CakeTaskBuilderExtensions.

IsDependeeOf(CakeTaskBuilder, CakeTaskBuilder) Method

Summary

Makes the task a dependency of another task.
Namespace
Cake.Core
Containing Type
CakeTaskBuilderExtensions

Syntax

public static CakeTaskBuilder IsDependeeOf(this CakeTaskBuilder builder, CakeTaskBuilder other)

Parameters

Name Type Description
builder CakeTaskBuilder The task builder.
other CakeTaskBuilder The name of the dependent task.

Return Value

Type Description
CakeTaskBuilder The same CakeTaskBuilder instance so that multiple calls can be chained.