Summary
Orchestrates the end-to-end version calculation and returns the
resulting version variables.
- Namespace
- GitVersion
graph BT Type["IGitVersionCalculateTool"] class Type
type-node
Syntax
public interface IGitVersionCalculateTool
Methods
| Name | Value | Summary |
|---|---|---|
|
Calculate |
GitVersionVariables |
Calculates all version variables for the current
repository state.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|