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