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