GitVersionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Accepted types of version
[System.Runtime.Serialization.DataContract]
public enum GitVersionType
type GitVersionType =
Public Enum GitVersionType
- Inheritance
-
GitVersionType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| Branch | 0 | Interpret the version as a branch name |
| Tag | 1 | Interpret the version as a tag name |
| Commit | 2 | Interpret the version as a commit ID (SHA1) |