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