From f90d761d8419e617937dd30a999ba304ee763197 Mon Sep 17 00:00:00 2001 From: zeffy Date: Sat, 17 Jun 2017 00:53:20 -0700 Subject: [PATCH] cont...... --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0f9fdf5..46d6aec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,13 +9,13 @@ platform: - x64 build: verbosity: detailed -environment: - BUILD_VERSION: '%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT:~0,8%' - BUILD_VERSION_COMMA_SEP: '%APPVEYOR_BUILD_VERSION:.=,%' - BUILD_ZIPFILE: '%APPVEYOR_BUILD_FOLDER%\%APPVEYOR_PROJECT_NAME%_v%BUILD_VERSION%_%PLATFORM%.zip' before_build: - cmd: >- - echo %BUILD_VERSION% ............ %BUILD_VERSION_COMMA_SEP% + 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" after_build: - cmd: >-