BuildTarget.Does method (1 of 2)

Adds an action to the target.

public BuildTarget Does(Action action)
parameter description
action The target action.

Return Value

The target, for use by the “fluent” builder pattern.

See Also


BuildTarget.Does method (2 of 2)

Adds an action to the target.

public BuildTarget Does(Func<Task> action)
parameter description
action The target action.

Return Value

The target, for use by the “fluent” builder pattern.

See Also