From 6055f16e9123fc5511fe182aa3dfd825f6f3a74d Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 7 May 2015 23:17:15 -0400 Subject: [PATCH] store nupkg files in appveyor --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e824e8e..d06ee23 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,4 +3,7 @@ nuget: account_feed: true project_feed: true build_script: -- nuget pack -Version %APPVEYOR_BUILD_VERSION% \ No newline at end of file +- nuget pack -Version %APPVEYOR_BUILD_VERSION% +test: off +artifacts: +- path: '*.nupkg' \ No newline at end of file