From f045892251a43205c0583b8ba69072bdc6548caf Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Mon, 23 Oct 2017 23:28:47 +0300 Subject: [PATCH] appveyor.yml: remove 'build' section due to changes after Appveyor update Fix for #2178: AppVeyor worker image update has broken BOINC Windows build Signed-off-by: Vitalii Koshura --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4bc6256719..13f1baa708 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,8 +38,4 @@ before_build: build_script: - devenv %solution_name% /Build "%configuration%|%platform%" -build: - parallel: true - verbosity: minimal - test: off