LocalCakeAliases.

HasGitVer(ICakeContext) Method

Summary

Determines whether [has git ver] [the specified context].
Assembly
Rocket.Surgery.Cake.dll
Namespace
Rocket.Surgery.Cake
Containing Type
LocalCakeAliases

Syntax

public static bool HasGitVer(this ICakeContext context)

Attributes

Type Description
CakePropertyAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
bool true if [has git ver] [the specified context]; otherwise, false.