microsoft/teams.net

Public

mirrored fromhttps://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
next/core-compat-sso-middleware

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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}