HgAliases.

HgTag(ICakeContext, DirectoryPath, string) Method

Summary

Apply a symbolic identifier for a changeset [tag].
Assembly
Cake.Hg.dll
Namespace
Cake.Hg
Containing Type
HgAliases

Syntax

public static void HgTag(this ICakeContext context, DirectoryPath repositoryPath, string tagName)

Examples

HgTag("./", "0.0.1");

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext Cake context
repositoryPath DirectoryPath Path to repository
tagName string Tag name

Return Value

Type Description
void