Summary
Reads the Cake configuration from the specified arguments and root directory.
- Namespace
- Cake
.Features - Containing Type
- Feature
Syntax
protected ICakeConfiguration ReadConfiguration(ICakeArguments arguments, DirectoryPath root)
Parameters
| Name | Type | Description |
|---|---|---|
| arguments | ICakeArguments | The Cake arguments. |
| root | DirectoryPath | The root directory. |
Return Value
| Type | Description |
|---|---|
| ICakeConfiguration | The Cake configuration. |
