IMsDeployArgument.

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
Containing Type
IMsDeployArgument

Syntax

void AppendCommandLineArgument(StringBuilder sb)

Parameters

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

Return Value

Type Description
void