14 lines
365 B
JSON
14 lines
365 B
JSON
|
{
|
||
|
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
|
||
|
"version": "0.9",
|
||
|
"semVer1NumericIdentifierPadding": 1,
|
||
|
"publicReleaseRefSpec": [
|
||
|
"^refs/heads/master$",
|
||
|
"^refs/heads/v\\d+(?:\\.\\d+)?$"
|
||
|
],
|
||
|
"cloudBuild": {
|
||
|
"buildNumber": {
|
||
|
"enabled": true
|
||
|
}
|
||
|
}
|
||
|
}
|