MsDeployProvider.

AppendCommandLineArgument(StringBuilder) Method

Summary

Converts the object into its MSDeploy command line equivalent and Appends it to the stringbuilder
Assembly
Cake.MsDeploy.dll
Namespace
Cake.MsDeploy.Providers
Containing Type
MsDeployProvider

Syntax

public virtual void AppendCommandLineArgument(StringBuilder sb)

Parameters

Name Type Description
sb StringBuilder StringBuilder to apply command line to.

Return Value

Type Description
void