use ruby to nuget pack

This commit is contained in:
Tommy Parnell
2015-05-07 23:31:43 -04:00
parent 73a3afd61f
commit 54a19da4a8

View File

@@ -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'