store nupkg files in appveyor

This commit is contained in:
Tommy Parnell
2015-05-07 23:17:15 -04:00
parent a672159ad7
commit 6055f16e91

View File

@@ -3,4 +3,7 @@ nuget:
account_feed: true
project_feed: true
build_script:
- nuget pack -Version %APPVEYOR_BUILD_VERSION%
- nuget pack -Version %APPVEYOR_BUILD_VERSION%
test: off
artifacts:
- path: '*.nupkg'