From 321c9ff5ab90a4f4ad665441852bc07551b8a113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Tue, 30 Jan 2018 11:30:43 +0100 Subject: [PATCH] Testing after_build hook --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 7284b18..45a78fc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,9 @@ version: 1.15.{build} image: Visual Studio 2017 build_script: - ps: .\build.ps1 -configuration release +after_build: +- ps: | + Write-Warning "Test :)" artifacts: - path: bin\x64\ViGEmBus name: ViGEmBus_unsigned_x64