Summary
The MSDeploy Runner
- Namespace
- Cake
.MsDeploy - Base Types
-
- Tool
< Ms Deploy Settings>
- Tool
graph TD
Base0["Tool<MsDeploySettings>"]-->Type
Type["MsDeployRunner"]
class Type type-node
Syntax
public sealed class MsDeployRunner : Tool<MsDeploySettings>
Constructors
Name | Summary |
---|---|
MsDeployRunner |
Initializes a new instance of the MsDeployRunner class.
|
Methods
Name | Value | Summary |
---|---|---|
Get |
IEnumerable |
Gets the alternative tool paths.
|
Get |
IEnumerable |
Gets the name of the tool.
|
GetToolName |
string |
Gets the possible names of the tool executable.
|
Run |
void |
Runs the MSDeploy Tool with the specified settings.
|