GitLink v3 aliases

Built-In

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"

General

GitLink3(FilePath, GitLink3Settings) Update the pdb file to link all sources. This will allow anyone to step through the source code while debugging without a symbol source server.
GitLink3(FilePath) Update the pdb file to link all sources. This will allow anyone to step through the source code while debugging without a symbol source server.
GitLink3(IEnumerable<FilePath>, GitLink3Settings) Update the pdb files to link all sources. This will allow anyone to step through the source code while debugging without a symbol source server.
GitLink3(IEnumerable<FilePath>) Update the pdb files to link all sources. This will allow anyone to step through the source code while debugging without a symbol source server.