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