Adds an action to the target.
public BuildTarget Does(Action action)
parameter | description |
---|---|
action | The target action. |
The target, for use by the “fluent” builder pattern.
Adds an action to the target.
public BuildTarget Does(Func<Task> action)
parameter | description |
---|---|
action | The target action. |
The target, for use by the “fluent” builder pattern.