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