DeclareParameter.

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.Parameters
Containing Type
DeclareParameter

Syntax

public void AppendCommandLineArgument(StringBuilder sb)

Parameters

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

Return Value

Type Description
void