CakeTaskBuilderExtensions.

ContinueOnError(CakeTaskBuilder) Method

Summary

Adds an indication to the task that a thrown exception will not halt the script execution.
Namespace
Cake.Core
Containing Type
CakeTaskBuilderExtensions

Syntax

public static CakeTaskBuilder ContinueOnError(this CakeTaskBuilder builder)

Parameters

Name Type Description
builder CakeTaskBuilder The task builder.

Return Value

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