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
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 |
