This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Hg.
Summary
Apply a symbolic identifier for a changeset [tag].
Syntax
public static void HgTag(this ICakeContext context, DirectoryPath repositoryPath, string tagName)
Examples
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Cake context |
repositoryPath |
DirectoryPath |
Path to repository |
tagName |
string |
Tag name |
Return Value