File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3- "version" : " 1.0.0" ,
4- "publicReleaseRefSpec" : [
5- " ^refs/heads/main$" ,
6- " ^refs/heads/v\\ d+(?:\\ .\\ d+)?$"
7- ],
8- "cloudBuild" : {
9- "setVersionVariables" : true ,
10- "buildNumber" : {
11- "enabled" : true
12- }
13- }
2+ "$schema" : " https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json" ,
3+ "version" : " 1.0" ,
4+ "publicReleaseRefSpec" : [
5+ " ^refs/heads/main$" ,
6+ " ^refs/heads/v\\ d+(?:\\ .\\ d+)?$"
7+ ],
8+ "nugetPackageVersion" : {
9+ "semVer" : 2 // optional. Set to either 1 or 2 to control how the NuGet package version string is generated. Default is 1.
10+ },
11+ "cloudBuild" : {
12+ "setVersionVariables" : true ,
13+ "buildNumber" : {
14+ "enabled" : true
15+ }
16+ }
1417}
You can’t perform that action at this time.
0 commit comments