From e0dbb59a482a319d36a052612025e198974dd24b Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Fri, 26 May 2017 18:11:18 -0500 Subject: [PATCH] Appveyor: save artifacts on failure --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 837eb18d6..b65df2087 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,6 +35,7 @@ artifacts: name: heimdal-out on_failure: + - 7z a heimdal-out.zip C:\projects\heimdal\out\ - appveyor PushArtifact heimdal-out.zip # To get RDP access to an appveyor worker for debugging a build, just