TfxTool<TSettings>.

RunTfx<TBuilder>(TSettings, TBuilder) Method

Summary

Runs the TFX tool with the specified settings.
Assembly
Cake.Tfx.dll
Namespace
Cake.Tfx
Containing Type
TfxTool<TSettings>

Syntax

protected void RunTfx<TBuilder>(TSettings settings, TBuilder builder) 
    where TBuilder : ITfxArgumentBuilder

Type Parameters

Name Description
TBuilder The TFX argument builder.

Parameters

Name Type Description
settings TSettings The settings.
builder TBuilder The builder.

Return Value

Type Description
void