GitLink3Aliases.

GitLink3(ICakeContext, FilePath) Method

Summary

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.
Namespace
Cake.Common.Tools.GitLink
Containing Type
GitLink3Aliases

Syntax

[CakeMethodAlias]
public static void GitLink3(this ICakeContext context, FilePath pdbFilePath)

Examples

GitLink3("C:/temp/solution/bin/my.pdb");

Attributes

Type Description
CakeMethodAliasAttribute An attribute used to mark script method aliases.

Parameters

Name Type Description
context ICakeContext The context.
pdbFilePath FilePath The PDB File to analyze.

Return Value

Type Description
void