Summary
Sets the targets to be executed.
- Namespace
- Cake
.Core - Containing Type
- ExecutionSettings
Syntax
public ExecutionSettings SetTargets(IEnumerable<string> targets)
Remarks
Targets consisting of whitespace only will be ignored.
Parameters
Name | Type | Description |
---|---|---|
targets | IEnumerable |
The targets. |
Return Value
Type | Description |
---|---|
ExecutionSettings | The same ExecutionSettings instance so that multiple calls can be chained. |