GitLinkAliases.

GitLink(ICakeContext, DirectoryPath) Method

Summary

Update pdb files 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
GitLinkAliases

Syntax

[CakeMethodAlias]
public static void GitLink(this ICakeContext context, DirectoryPath repositoryRootPath)

Examples

GitLink("C:/temp/solution");

Attributes

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

Parameters

Name Type Description
context ICakeContext The context.
repositoryRootPath DirectoryPath The Solution File to analyze.

Return Value

Type Description
void