From 2ec03edc97044c45ebff50f65e9f4d202c95eace Mon Sep 17 00:00:00 2001 From: Wenbin Wu Date: Fri, 4 May 2018 21:33:20 +0200 Subject: [PATCH] release only on vs2017 --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9a65b6405..81ec711db 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: