GitLinkAliases Class

Summary

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"

Namespace
Cake.Common.Tools.GitLink
Base Types
  • object
graph BT Type-->Base0["object"] Type["GitLinkAliases"] class Type type-node

Syntax

[CakeAliasCategory("GitLink")]
public static class GitLinkAliases

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
GitLink(ICakeContext, DirectoryPath, GitLinkSettings) void
Update pdb files to link all sources, using specified settings. This will allow anyone to step through the source code while debugging without a symbol source server.
static
GitLink(ICakeContext, DirectoryPath) void
Update pdb files to link all sources. This will allow anyone to step through the source code while debugging without a symbol source server.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin