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 shareSettings.
- Assembly
- Cake
.Tfx .dll - Namespace
- Cake
.Tfx .Extension .Share - Containing Type
- Tfx
Extension Share Runner
Syntax
public void Share(FilePath vsixFilePath, ICollection<string> shareWith, TfxExtensionShareSettings shareSettings)
Parameters
| Name | Type | Description |
|---|---|---|
| vsixFilePath | FilePath | The path to the VSIX. |
| shareWith | ICollection |
The accounts to share the extension to. |
| shareSettings | Tfx |
The shareSettings. |
Return Value
| Type | Description |
|---|---|
| void |
