Summary
Executes supplied cake script in own process and supplied settings.
- Namespace
- Cake
.Common .Tools .Cake - Containing Type
- CakeRunner
Syntax
public void ExecuteScript(FilePath scriptPath, CakeSettings settings = null)
Parameters
Name | Type | Description |
---|---|---|
scriptPath | FilePath | Path to script to execute. |
settings | CakeSettings | optional cake settings. |
Return Value
Type | Description |
---|---|
void |