This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Scripty.
Summary
Initializes a new instance of the
ScriptyRunner class
- Assembly
- Cake
.Scripty .dll - Namespace
- Cake
.Scripty - Containing Type
- ScriptyRunner
Syntax
public ScriptyRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools, FilePath projectFilePath, ScriptySettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | The file system |
| environment | ICakeEnvironment | The environment |
| processRunner | IProcessRunner | The process runner |
| tools | IToolLocator | The tools |
| projectFilePath | FilePath | Path to the project file |
| settings | ScriptySettings | Settings for running the tool |
Return Value
| Type | Description |
|---|---|
| void |
