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
Creates an extension using the Tfx CLI using the specified settings.
Syntax
public static void TfxExtensionCreate(this ICakeContext context, TfxExtensionCreateSettings settings)
Examples
TfxExtensionCreate(new TfxExtensionCreateSettings()
{
ManifestGlobs = new List<string>(){ ".\extension-manifest.json" }
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Return Value