SkipDirective.

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.Directives
Containing Type
SkipDirective

Syntax

public void AppendCommandLineArgument(StringBuilder sb)

Parameters

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

Return Value

Type Description
void