From 6123239f550978a577a577aff48f7e154449567b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Rohde=20D=C3=B8ssing?= Date: Mon, 22 Apr 2019 15:08:23 +0200 Subject: [PATCH] Fix #328 Publish integration test build directory when Appveyor build fails --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 5465039af..e8ee4104f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,3 +12,7 @@ build_script: cache: - C:\Users\appveyor\.m2\repository - C:\Users\appveyor\.m2\wrapper + +on_failure: + - 7z a it-logs.zip target\it + - appveyor PushArtifact it-logs.zip \ No newline at end of file