mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
Use BUILD_COUNTER variable instead of BUILD_NUMBER from TeamCity
This commit is contained in:
parent
840299a786
commit
c81ca7e41e
1 changed files with 2 additions and 2 deletions
|
|
@ -10,10 +10,10 @@ set SOURCE="."
|
|||
|
||||
rem Get build version -- if not building in TeamCity, then always use 300
|
||||
|
||||
if "%BUILD_NUMBER%"=="" (
|
||||
if "%BUILD_COUNTER%"=="" (
|
||||
set BUILD=300
|
||||
) else (
|
||||
set BUILD=%BUILD_NUMBER%
|
||||
set BUILD=%BUILD_COUNTER%
|
||||
)
|
||||
|
||||
if "%CLOSURECOMPILERPATH%"=="" set CLOSURECOMPILERPATH=..\tools
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue