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.Tfx.
Summary
Initializes a new instance of the
TfxExtensionShareRunner class.
- Assembly
- Cake
.Tfx .dll - Namespace
- Cake
.Tfx .Extension .Share - Containing Type
- Tfx
Extension Share Runner
Syntax
public TfxExtensionShareRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | The file system. |
| environment | ICakeEnvironment | The environment. |
| processRunner | IProcessRunner | The process runner. |
| tools | IToolLocator | The tool locator. |
Return Value
| Type | Description |
|---|---|
| void |
