Cake.Tfx addin
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.
Contains functionality related to the TFS Cross Platform Command Line Interface.
In order to use the commands for this addin, the tfx-cli utility will need to be installed and available, or you will need to provide a ToolPath to where it can be located, and also you will need to include the following in your build.cake file to download and reference the addin from NuGet.org:
#addin Cake.Tfx
General
TfxExtensionCreate Alias from Cake.Tfx addin |
Creates an extension using the Tfx CLI using the specified settings. |
TfxExtensionInstall Alias from Cake.Tfx addin |
Installs an extension using the Tfx CLI using the specified settings. |
TfxExtensionPublish Alias from Cake.Tfx addin |
Publishes an extension using the Tfx CLI using the specified settings. |
TfxExtensionPublish Alias from Cake.Tfx addin |
Publishes an extension using the Tfx CLI using the specified settings. |
TfxExtensionShare Alias from Cake.Tfx addin |
Shares an extension using the Tfx CLI using the specified settings. |