Continuous Integration and Delpoyment with .NET/Mono

from blog nickb.dev, | ↗ original
Continuous integration and deployment have become all the rage with services like Travis, Appveyor, and Codeship it has become almost trivial for everyone to set up. I believe everyone should employ these two concepts as they make developers much more efficient. These services start building and testing the code after the developer syncs it...