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