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

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