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
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
- Assembly
- Cake
.Tfx .dll - Namespace
- Cake
.Tfx - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["TfxAliases"]
class Type type-node
Syntax
public static class TfxAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
|
Cake |
|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
TfxExtensionCreate |
void |
Creates an extension using the Tfx CLI using the specified settings.
static
|
TfxExtensionInstall |
void |
Installs an extension using the Tfx CLI using the specified settings.
static
|
TfxExtensionPublish |
void |
Publishes an extension using the Tfx CLI using the specified settings.
static
|
TfxExtensionPublish |
void |
Publishes an extension using the Tfx CLI using the specified settings.
static
|
TfxExtensionShare |
void |
Shares an extension using the Tfx CLI using the specified settings.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|