Travis-ci is not very friendly with the Dotnet project, especially with mono compiling and not using MSTest for automated testing, so go to Appveyor.
The configuration of the Appveyor is very simple, in two ways:
First, all use Appveyor background, do not need to configure a yml file, then automatically download yml file upload to the project, or omit this, manually click Build.
Second, manually write yml files, and then combined with the background, freedom is relatively high.
Main practices:
1. Linked GitHub account
2. Add a project on GitHub
3, write Yml project, only need to top the. sln file
4, submit code, automatic compilation and testing (if you do not specify a test project, will automatically detect the test project)
5, if there is a dragon to publish to the website of NuGet, then the custom configuration script
Reference Address:
Config file Detection Tool: Https://ci.appveyor.com/tools/validate-yaml
Reference Configuration Documentation Tutorial: https://www.appveyor.com/docs/
APPVEYOR-CI automated integration for GitHub projects (Dotnet-based)