alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
558 stars 99 forks source link

Implement automatic build via AppVeyor. #503

Closed alphaleonis closed 5 years ago

alphaleonis commented 5 years ago

Use AppVeyor to create builds on a build server, with manual deployment to NuGet and documentation site via "Deploy" step on AppVeyor.

Need to investigate what to do about those pesky tests that have certain requirements on the environment that we may not be able to duplicate on AppVeyor. Perhaps we need a switch to not run these tests there, which would be unfortunate, but might be required.