diff --git a/appveyor.yml b/appveyor.yml index e824e8e..d06ee23 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,4 +3,7 @@ nuget: account_feed: true project_feed: true build_script: -- nuget pack -Version %APPVEYOR_BUILD_VERSION% \ No newline at end of file +- nuget pack -Version %APPVEYOR_BUILD_VERSION% +test: off +artifacts: +- path: '*.nupkg' \ No newline at end of file