Summary
Contains functionality related to XBuild settings.
- Namespace
- Cake
.Common .Tools .XBuild - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["XBuildSettingsExtensions"]
class Type type-node
Syntax
public static class XBuildSettingsExtensions
Methods
| Name | Value | Summary |
|---|---|---|
| SetConfiguration |
XBuildSettings |
Sets the configuration.
static
|
| SetVerbosity |
XBuildSettings |
Sets the build log verbosity.
static
|
| UseToolVersion |
XBuildSettings |
Sets the tool version.
static
|
| WithProperty |
XBuildSettings |
Adds a property to the configuration.
static
|
| WithTarget |
XBuildSettings |
Adds a XBuild target to the configuration.
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
