Summary
Contains functionality related to GitReleaseManager.
In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the appropriate settings class:
#tool "nuget:?package=gitreleasemanager"
- Namespace
- Cake
.Common .Tools .GitReleaseManager - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["GitReleaseManagerAliases"]
class Type type-node
Syntax
[CakeAliasCategory("GitReleaseManager")]
public static class GitReleaseManagerAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
Returns the string value or a
Not set > markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|