-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathversion.json
More file actions
20 lines (20 loc) · 592 Bytes
/
Copy pathversion.json
File metadata and controls
20 lines (20 loc) · 592 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.2",
"assemblyVersion": "1.0",
"buildNumberOffset": 0,
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of master
"^refs/heads/v\\d+(?:.\\d+)?$" // we also release out of vNN branches
],
"cloudBuild": {
"setVersionVariables": true,
"buildNumber": {
"enabled": true,
"includeCommitId": {
"when": "always",
"where": "buildMetadata"
}
}
}
}