File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
22
33environment :
4- VERSION : 1.4
4+ VERSION : 1.3
55
66pull_requests :
77 do_not_increment_build_number : true
@@ -13,7 +13,8 @@ configuration: Release
1313init :
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%
You can’t perform that action at this time.
0 commit comments