14 lines
354 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$",
2020-04-27 18:15:30 +02:00
"^refs/tags/v\\d+\\.\\d+"
2020-01-02 22:38:33 +01:00
],
"cloudBuild": {
"buildNumber": {
2020-01-03 00:40:41 +01:00
"enabled": true,
"setVersionVariables": true
2020-01-02 22:38:33 +01:00
}
}
}