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"
10
10
11
11
# # This comes from the build server iteration
12
12
if (! $BuildNumber ) { $BuildNumber = $env: APPVEYOR_BUILD_NUMBER }
13
- if (! $BuildNumber ) { $BuildNumber = " 1 " }
13
+ if (! $BuildNumber ) { $BuildNumber = " 0 " }
14
14
15
15
# # The build configuration, i.e. Debug/Release
16
16
if (! $Configuration ) { $Configuration = $env: Configuration }
17
17
if (! $Configuration ) { $Configuration = " Release" }
18
18
19
19
if (! $Version ) { $Version = $env: APPVEYOR_BUILD_VERSION }
20
- if (! $Version ) { $Version = " 1 .0.$BuildNumber " }
20
+ if (! $Version ) { $Version = " 0 .0.$BuildNumber " }
21
21
22
22
if (! $Branch ) { $Branch = $env: APPVEYOR_REPO_BRANCH }
23
23
if (! $Branch ) { $Branch = " local" }
Original file line number Diff line number Diff line change 7
7
# - Section names should be unique on each level.
8
8
9
9
# version format
10
- version : 3 .0.{build}
10
+ version : 0 .0.{build}
11
11
image : Visual Studio 2017
12
12
13
13
shallow_clone : true
You can’t perform that action at this time.
0 commit comments