Summary
Adds a XBuild target to the configuration.
- Namespace
- Cake
.Common .Tools .XBuild - Containing Type
- X
Build Settings Extensions
Syntax
public static XBuildSettings WithTarget(this XBuildSettings settings, string target)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | XBuildSettings | The settings. |
| target | string | The XBuild target. |
Return Value
| Type | Description |
|---|---|
| XBuildSettings | The same XBuildSettings instance so that multiple calls can be chained. |
