From 40364e9629182934a2ea37b0f17107f891c82e24 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Sun, 30 Oct 2016 01:12:35 +1100 Subject: [PATCH] refactor: upload .dll artefacts to appveyor on successful build --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4dfc52c500..3a65b90d7f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,6 +42,6 @@ build_script: test: off artifacts: - - path: '**/bin/*' + - path: '**/bin/**/*' - path: src/ReactiveUI.Events/Events_*.cs - path: artifacts/*