From: Jan Altensen Date: Fri, 21 Dec 2018 03:22:27 +0000 (+0100) Subject: appveyor: create artifacts: X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6db9eafa118fe951583bf47d03cd1505e0973c9c;p=GitHub%2Fmt8127%2FROM0Split.git appveyor: create artifacts: Change-Id: Ibb21e997bfe29c95f5ec448519eee11e666e0a51 --- diff --git a/appveyor.yml b/appveyor.yml index 0e02477..9a88ddd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,3 +8,7 @@ init: before_build: - nuget restore + +artifacts: + - path: ROM0Split\bin\$(configuration) + \ No newline at end of file