From 12184d792239ec86731c7da100c2a082abb6fe59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Csaba=20Osztrogon=C3=A1c?= Date: Thu, 14 Nov 2019 13:58:37 +0100 Subject: [PATCH] Don't upload artifacts to AppVeyor (#3316) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Uploaded JerryScript binaries aren't useful in practice but this step regularly fails with an error message: "Error uploading artifact the storage: Unable to connect to the remote server" JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5c9d74648..e1537a4e0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -30,7 +30,3 @@ build: project: build\Jerry.sln parallel: true verbosity: minimal - -artifacts: - - path: build\bin\$(configuration)\ - name: JerryScriptBinary