GitLink aliases

Built-In

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"

General

GitLink(DirectoryPath, GitLinkSettings) 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.
GitLink(DirectoryPath) Update pdb files to link all sources. This will allow anyone to step through the source code while debugging without a symbol source server.