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 publishSettings.
- Assembly
- Cake
.Tfx .dll - Namespace
- Cake
.Tfx .Extension .Publish - Containing Type
- Tfx
Extension Publish Runner
Syntax
public void Publish(FilePath vsixFilePath, TfxExtensionPublishSettings publishSettings)
Parameters
Name | Type | Description |
---|---|---|
vsixFilePath | FilePath | The path to the VSIX. |
publishSettings | Tfx |
The publishSettings. |
Return Value
Type | Description |
---|---|
void |