RocketBoosterBuild<T>.

GitVersion Property

Summary

The Git Version information either computed by GitVersion itself, or as defined by environment variables of the format `GITVERSION_*`
Assembly
Rocket.Surgery.Nuke.dll
Namespace
Rocket.Surgery.Nuke
Containing Type
RocketBoosterBuild<T>

Syntax

public GitVersion GitVersion { get; }

Attributes

Type Description
NullableAttribute
ComputedGitVersionAttribute Injects an instance of Nuke.Common.Tools.GitVersion.GitVersion based on the local repository.

Value

Type Description
GitVersion