13 строки
323 B
JSON
13 строки
323 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
|
|
"version": "1.3",
|
|
"publicReleaseRefSpec": [
|
|
"^refs/heads/master$",
|
|
"^refs/heads/v\\d+(?:\\.\\d+)?$"
|
|
],
|
|
"cloudBuild": {
|
|
"buildNumber": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
} |