GitVersion aliases

Built-In

Contains functionality related to GitVersion.

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 GitVersionSettings class:

#tool "dotnet:?package=GitVersion.Tool"

General

GitVersion(GitVersionSettings) Retrieves the GitVersion output.
GitVersion() Retrieves the GitVersion output.