Summary
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"
- Namespace
- Cake
.Common .Tools .GitLink - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["GitLink3Aliases"]
class Type type-node
Syntax
[CakeAliasCategory("GitLink v3")]
public static class GitLink3Aliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
GitLink3 |
void |
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.
static
|
GitLink3 |
void |
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.
static
|
GitLink3 |
void |
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.
static
|
GitLink3 |
void |
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.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|