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.Tfx.
Summary
Adds the common arguments to the specified argument builder.
- Assembly
- Cake
.Tfx .dll - Namespace
- Cake
.Tfx - Containing Type
- TfxArgumentBuilder
Syntax
public static void GetCreatePublishArgument(ProcessArgumentBuilder builder, ICakeEnvironment environment, ICreatePublishSettings createSettings)
Parameters
| Name | Type | Description |
|---|---|---|
| builder | Process |
The builder. |
| environment | ICakeEnvironment | The Cake environment. |
| createSettings | I |
The Create settings. |
Return Value
| Type | Description |
|---|---|
| void |
