This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.MsDeploy.
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 |