15 строки
349 B
JSON
15 строки
349 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
|
|
"version": "2.2",
|
|
"publicReleaseRefSpec": [
|
|
"^refs/heads/master$",
|
|
"^refs/tags/v\\d+\\.\\d+"
|
|
],
|
|
"cloudBuild": {
|
|
"setAllVariables": true,
|
|
"buildNumber": {
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|