microsoft/teams.net
Publicmirrored from https://github.com/microsoft/teams.netAvailable
core/version.json
15lines · modeblame
9461a082Ricardo Minguez Pablos (RIDO)8 months ago | 1 | { |
| 2 | "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", | |
| 3 | "version": "0.0.1-alpha.{height}", | |
6906413cRido7 months ago | 4 | "pathFilters": ["."], |
9461a082Ricardo Minguez Pablos (RIDO)8 months ago | 5 | "publicReleaseRefSpec": [ |
| 6 | "^refs/heads/main$", | |
6906413cRido7 months ago | 7 | "^refs/heads/next/core$", |
9461a082Ricardo Minguez Pablos (RIDO)8 months ago | 8 | "^refs/heads/v\\d+(?:\\.\\d+)?$" |
| 9 | ], | |
| 10 | "cloudBuild": { | |
| 11 | "buildNumber": { | |
| 12 | "enabled": true | |
| 13 | } | |
| 14 | } | |
| 15 | } |