From df82b85755eb01a14044b9fa5b64fc58a6eddca8 Mon Sep 17 00:00:00 2001 From: Thomas PIERRAIN Date: Wed, 3 May 2017 01:53:30 +0200 Subject: [PATCH] Update appveyor.yml so that the CI has an Artefact configured (to retrieve packages once built) --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index f67c068..8ccc319 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,9 @@ build: verbosity: minimal test: auto +artifacts: + - path: 'Artifacts\Packages\*.nupkg' + assembly_info: patch: true file: version.cs