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
Installs an extension using the specified settings.
- Assembly
- Cake
.Tfx .dll - Namespace
- Cake
.Tfx .Extension .Install - Containing Type
- Tfx
Extension Install Runner
Syntax
public void Install(FilePath vsixFilePath, ICollection<string> accounts, TfxExtensionInstallSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| vsixFilePath | FilePath | The path to the VSIX. |
| accounts | ICollection |
The accounts to install the extension to. |
| settings | Tfx |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
