CakeConfigurationProvider.

CreateConfiguration(DirectoryPath, IDictionary<string, string>) Method

Summary

Creates a configuration from the provided arguments.

Syntax

public ICakeConfiguration CreateConfiguration(DirectoryPath path, IDictionary<string, string> arguments)

Parameters

Name Type Description
path DirectoryPath The directory to look for the configuration file.
arguments IDictionary<string, string> The arguments.

Return Value

Type Description
ICakeConfiguration The created configuration.