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