Summary
Initializes a new instance of the
Settings class.
- Assembly
- Rocket
.Surgery .Cake .dll - Namespace
- Rocket
.Surgery .Cake - Containing Type
- Settings
Syntax
public Settings(GitVersion version, Dictionary<string, string> environment, string configuration, Verbosity verbosity)
Parameters
| Name | Type | Description |
|---|---|---|
| version | GitVersion | The version. |
| environment | Dictionary |
The environment. |
| configuration | string | The configuration. |
| verbosity | Verbosity | The verbosity. |
Return Value
| Type | Description |
|---|---|
| void |
