TfxArgumentBuilder.

GetCommonArguments(ProcessArgumentBuilder, TfxSettings) Method

Summary

Adds the common arguments to the specified argument builder.
Assembly
Cake.Tfx.dll
Namespace
Cake.Tfx
Containing Type
TfxArgumentBuilder

Syntax

public static void GetCommonArguments(ProcessArgumentBuilder builder, TfxSettings settings)

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.
settings TfxSettings The serverSettings.

Return Value

Type Description
void