MsDeployRunner Class

Summary

The MSDeploy Runner
Namespace
Cake.MsDeploy
Base Types
  • Tool<MsDeploySettings>
graph TD Base0["Tool<MsDeploySettings>"]-->Type Type["MsDeployRunner"] class Type type-node

Syntax

public sealed class MsDeployRunner : Tool<MsDeploySettings>

Constructors

Methods

Name Value Summary
GetAlternativeToolPaths(MsDeploySettings) IEnumerable<FilePath>
Gets the alternative tool paths.
GetToolExecutableNames() IEnumerable<string>
Gets the name of the tool.
GetToolName() string
Gets the possible names of the tool executable.
Run(MsDeploySettings) void
Runs the MSDeploy Tool with the specified settings.