14 lines
361 B
JSON
Raw Normal View History

2020-01-02 22:38:33 +01:00
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
2020-01-02 22:39:00 +01:00
"version": "1.3",
2020-01-02 22:38:33 +01:00
"publicReleaseRefSpec": [
"^refs/heads/master$",
"^refs/heads/v\\d+(?:\\.\\d+)?$"
],
"cloudBuild": {
"buildNumber": {
2020-01-03 00:40:41 +01:00
"enabled": true,
"setVersionVariables": true
2020-01-02 22:38:33 +01:00
}
}
}