From 7b3dc4e091055f07bcf2833ba7d9c51bff5f211c Mon Sep 17 00:00:00 2001 From: Alexander Mai Date: Mon, 26 Feb 2018 21:45:21 +0100 Subject: [PATCH] Try to publish artifacts from appveyor build --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 562d433f1..7f27a20d7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,3 +44,7 @@ build_script: test_script: - IF "%CONFIGURATION%" == "Debug" bin\debug\testrunner.exe - IF "%CONFIGURATION%" == "Release" bin\testrunner.exe + +artifacts: + - path: cli.zip + name: bin