File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ $SolutionFile = "$SolutionRoot\$ProjectName.sln"
1010
1111# # This comes from the build server iteration
1212if (! $BuildNumber ) { $BuildNumber = $env: APPVEYOR_BUILD_NUMBER }
13- if (! $BuildNumber ) { $BuildNumber = " 1 " }
13+ if (! $BuildNumber ) { $BuildNumber = " 0 " }
1414
1515# # The build configuration, i.e. Debug/Release
1616if (! $Configuration ) { $Configuration = $env: Configuration }
1717if (! $Configuration ) { $Configuration = " Release" }
1818
1919if (! $Version ) { $Version = $env: APPVEYOR_BUILD_VERSION }
20- if (! $Version ) { $Version = " 1 .0.$BuildNumber " }
20+ if (! $Version ) { $Version = " 0 .0.$BuildNumber " }
2121
2222if (! $Branch ) { $Branch = $env: APPVEYOR_REPO_BRANCH }
2323if (! $Branch ) { $Branch = " local" }
Original file line number Diff line number Diff line change 77# - Section names should be unique on each level.
88
99# version format
10- version : 3 .0.{build}
10+ version : 0 .0.{build}
1111image : Visual Studio 2017
1212
1313shallow_clone : true
You can’t perform that action at this time.
0 commit comments