Cake.Tfx.dll Assembly

Class Types

Class Summary
TfxAliases

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

TfxArgumentBuilder The top level argument builder for the Tfx CLI Tool
TfxAuthType The authentication type to use for Tfx commands
TfxExtensionCreateRunner The Tfx Create Runner used to create extensions.
TfxExtensionCreateSettings Contains settings used by TfxExtensionCreateRunner.
TfxExtensionInstallRunner The Tfx Install Runner used to install extensions.
TfxExtensionInstallSettings Contains settings used by TfxExtensionInstallRunner.
TfxExtensionPublishRunner The Tfx Publish Runner used to publish extensions.
TfxExtensionPublishSettings Contains settings used by TfxExtensionPublishRunner.
TfxExtensionShareRunner The Tfx Share Runner used to share extensions.
TfxExtensionShareSettings Contains settings used by TfxExtensionShareRunner.
TfxOutputType The output type for the Tfx commands
TfxServerSettings Contains the common server settings used by some commands in Tfx.
TfxSettings Contains the common settings used by all commands in Tfx.
TfxTool<TSettings> Base class for all Tfx related tools.

Interface Types

Interface Summary
ICreatePublishSettings Contains common settings used by TfxExtensionCreateRunner and TfxExtensionPublishRunner.
ITfxArgumentBuilder Interface for TfxArgumentBuilder