Skip to content

Commit 8885596

Browse files
author
Adam Warner
authored
Merge pull request #23 from PromoFaux/development
1.4.1 release
2 parents 0f92433 + 342a671 commit 8885596

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
environment:
4-
VERSION: 1.4
4+
VERSION: 1.3
55

66
pull_requests:
77
do_not_increment_build_number: true
@@ -13,7 +13,8 @@ configuration: Release
1313
init:
1414
- cmd: echo %APPVEYOR_REPO_TAG%
1515
- cmd: set BUILD_VERSION=%VERSION%.%APPVEYOR_BUILD_NUMBER%
16-
- cmd: IF %APPVEYOR_REPO_TAG% == "true" (set PROJECT_VERSION=%APPVEYOR_REPO_TAG_NAME%) ELSE (IF {branch}=="master" (set PROJECT_VERSION=%BUILD_VERSION%) ELSE set PROJECT_VERSION=%BUILD_VERSION%-dev)
16+
- cmd: echo %APPVEYOR_REPO_BRANCH%
17+
- cmd: IF "%APPVEYOR_REPO_TAG%" == "true" (set PROJECT_VERSION=%APPVEYOR_REPO_TAG_NAME%) ELSE (IF "%APPVEYOR_REPO_BRANCH%"=="master" (set PROJECT_VERSION=%BUILD_VERSION%) ELSE (IF "%APPVEYOR_REPO_BRANCH%"=="development" (set PROJECT_VERSION=%BUILD_VERSION%-dev) ELSE (set PROJECT_VERSION=%BUILD_VERSION%-pr)))
1718
- cmd: echo %PROJECT_VERSION%
1819
- cmd: echo %APPVEYOR_BUILD_NUMBER%
1920
- cmd: echo %APPVEYOR_BUILD_VERSION%

0 commit comments

Comments
 (0)