From 3efd86a27f7aad387b36c3bd4a116f4f6527cf77 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Sun, 4 Dec 2016 12:10:02 +0100 Subject: [PATCH] .NET4 - Add the WinSW binary to AppVeyor artifacts --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index d3a2de5..deb6354 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,6 +33,8 @@ test_script: artifacts: - path: 'src/Core/ServiceWrapper/bin/Release/winsw.exe' name: WinSW + - path: 'src/Core/ServiceWrapper_dotNET4/bin/Release/winsw.exe' + name: WinSW_dotNET4