diff options
author | Wenbin Wu <wenbin.wu@schibsted.com> | 2018-05-05 03:33:20 +0800 |
---|---|---|
committer | Wenbin Wu <wenbin.wu@schibsted.com> | 2018-05-05 03:33:20 +0800 |
commit | 2ec03edc97044c45ebff50f65e9f4d202c95eace (patch) | |
tree | 484f57ca7e8b11e64fabc2d4b15f5343b719d282 /appveyor.yml | |
parent | 3db17d8b0444e440c9e7f4ee2e4c4af25cf4e6fd (diff) | |
download | dexon-solidity-2ec03edc97044c45ebff50f65e9f4d202c95eace.tar.gz dexon-solidity-2ec03edc97044c45ebff50f65e9f4d202c95eace.tar.zst dexon-solidity-2ec03edc97044c45ebff50f65e9f4d202c95eace.zip |
release only on vs2017
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 9a65b640..81ec711d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -69,8 +69,7 @@ before_build: build_script: - msbuild solidity.sln /p:Configuration=%CONFIGURATION% /m:%NUMBER_OF_PROCESSORS% /v:minimal - cd %APPVEYOR_BUILD_FOLDER% - - if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2015" ( scripts\release.bat %CONFIGURATION% 2015 ) - else ( scripts\release.bat %CONFIGURATION% 2017 ) + - if "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2017" ( scripts\release.bat %CONFIGURATION% 2017 ) - ps: $bytecodedir = git show -s --format="%cd-%H" --date=short test_script: |