Summary
Creates a configuration from the provided arguments.
- Namespace
- Cake
.Core .Configuration - Containing Type
- Cake
Configuration Provider
Syntax
public ICakeConfiguration CreateConfiguration(DirectoryPath path, IEnumerable<KeyValuePair<string, string>> baseConfiguration, IDictionary<string, string> arguments)
Parameters
Name | Type | Description |
---|---|---|
path | DirectoryPath | The directory to look for the configuration file. |
baseConfiguration | IEnumerable |
The initial base configuration. |
arguments | IDictionary |
The arguments. |
Return Value
Type | Description |
---|---|
ICakeConfiguration | The created configuration. |