From 9aa672f93a706757667f538d19f66b827bb59730 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Mon, 20 Jun 2016 19:46:52 -0400 Subject: [PATCH] nuget restore first appveyor --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ff168ef..e5b9baa 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.2.0 +version: 1.2.{build} configuration: Release platform: Any CPU assembly_info: @@ -10,6 +10,8 @@ assembly_info: nuget: account_feed: true project_feed: true +before_build: +- cmd: nuget restore build: publish_nuget: true publish_nuget_symbols: true