can't get it to work, back to static version number
This commit is contained in:
10
appveyor.yml
10
appveyor.yml
@@ -9,13 +9,9 @@ platform:
|
||||
- x64
|
||||
build:
|
||||
verbosity: detailed
|
||||
before_build:
|
||||
- cmd: >-
|
||||
set "BUILD_VERSION=%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT:~0,8%"
|
||||
|
||||
set "BUILD_VERSION_COMMA_SEP=%APPVEYOR_BUILD_VERSION:.=,%"
|
||||
|
||||
set "BUILD_ZIPFILE=%APPVEYOR_BUILD_FOLDER%\%APPVEYOR_PROJECT_NAME%_v%BUILD_VERSION%_%PLATFORM%.zip"
|
||||
environment:
|
||||
BUILD_VERSION: '%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT:~0,8%'
|
||||
BUILD_ZIPFILE: '%APPVEYOR_BUILD_FOLDER%\%APPVEYOR_PROJECT_NAME%_v%BUILD_VERSION%_%PLATFORM%.zip'
|
||||
|
||||
after_build:
|
||||
- cmd: >-
|
||||
|
Reference in New Issue
Block a user