From 54a19da4a820e00b03ecf150902931107c5efb1a Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Thu, 7 May 2015 23:31:43 -0400 Subject: [PATCH] use ruby to nuget pack --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d06ee23..d9720a0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,9 @@ nuget: account_feed: true project_feed: true build_script: -- nuget pack -Version %APPVEYOR_BUILD_VERSION% +- gem install bundle +- bundle +- rake package test: off artifacts: - path: '*.nupkg' \ No newline at end of file