From 56efb204e06037cd5f074ec88faf914d4aad23ee Mon Sep 17 00:00:00 2001 From: lduchosal Date: Mon, 14 Jan 2019 16:35:37 +0100 Subject: [PATCH] publish nuget from appveyor --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 18228d9..5a38086 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,7 @@ version: '2.2.0.{build}' image: Visual Studio 2017 build: project: src/ +  publish_nuget: true branches: only: - master