File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 1- {
2- "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json" ,
3- "version" : " 1.3-beta.{height} " ,
4- "assemblyVersion" : {
5- "precision" : " revision"
6- },
7- "publicReleaseRefSpec" : [
8- " ^refs/heads/main$" ,
9- " ^refs/heads/release/v\\ d+(?:\\ .\\ d+)?$"
10- ],
11- "cloudBuild" : {
12- "buildNumber" : {
13- "enabled" : true
14- }
15- },
16- "release" : {
17- "branchName" : " release/v{version}" ,
18- "firstUnstableTag" : " beta"
19- }
1+ {
2+ "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json" ,
3+ "version" : " 1.3" ,
4+ "assemblyVersion" : {
5+ "precision" : " revision"
6+ },
7+ "publicReleaseRefSpec" : [
8+ " ^refs/heads/main$" ,
9+ " ^refs/heads/release/v\\ d+(?:\\ .\\ d+)?$"
10+ ],
11+ "cloudBuild" : {
12+ "buildNumber" : {
13+ "enabled" : true
14+ }
15+ },
16+ "release" : {
17+ "branchName" : " release/v{version}" ,
18+ "firstUnstableTag" : " beta"
19+ }
2020}
You can’t perform that action at this time.
0 commit comments