GitAliases.

GitTag(ICakeContext, DirectoryPath, string) Method

Summary

Applys tagName to repository.
Assembly
Cake.Git.dll
Namespace
Cake.Git
Containing Type
GitAliases

Syntax

public static void GitTag(this ICakeContext context, DirectoryPath repositoryDirectoryPath, string tagName)

Examples

GitTag("c:/temp/cake", "tag name");

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The context.
repositoryDirectoryPath DirectoryPath Path to repository.
tagName string The tag name.

Return Value

Type Description
void