From 17cc8b0f23e09d90d181c981f9994e67f233ac32 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 16 May 2014 08:37:46 -0700 Subject: [PATCH] Add test log to appveyor artifacts. --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 81995181..0944b2bd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,3 +8,6 @@ build: test_script: - msbuild RUN_TESTS.vcxproj + +artifacts: + - path: Testing/Temporary/LastTest.log