diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..e824e8e --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,6 @@ +version: 1.0.{build} +nuget: + account_feed: true + project_feed: true +build_script: +- nuget pack -Version %APPVEYOR_BUILD_VERSION% \ No newline at end of file