Summary
The Tfx Create Runner used to create extensions.
- Namespace
- Cake
.Tfx .Extension .Create - Base Types
graph BT
Type-->Base0["TfxTool<TfxExtensionCreateSettings>"]
Base0-->Base1["Tool<TfxExtensionCreateSettings>"]
Type["TfxExtensionCreateRunner"]
class Type type-node
Syntax
public sealed class TfxExtensionCreateRunner : TfxTool<TfxExtensionCreateSettings>
Constructors
| Name | Summary |
|---|---|
| Tfx |
Initializes a new instance of the TfxExtensionCreateRunner class.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Create |
void |
Creates an extension using the specified settings.
|