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