Cake.Common.Tools.GitLink Namespace

Class Types

Class Summary
GitLink3Aliases

Contains functionality related to GitLink version 3.

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 GitLink3Settings class:

#tool "nuget:?package=gitlink"

GitLink3Runner GitLink runner.
GitLink3Settings Contains settings used by GitLink3Runner .
GitLinkAliases

Contains functionality related to GitLink.

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 GitLinkSettings class:

#tool "nuget:?package=gitlink&version=2.4.0"

GitLinkRunner GitLink runner.
GitLinkSettings Contains settings used by GitLinkRunner .