Is there any online CI build server which integrate with github for .NET projects?
I know only travis but it isn't support .NET projects.
Is there any online CI build server which integrate with github for .NET projects?
I know only travis but it isn't support .NET projects.
I know only travis but it isn't support .NET projects.
Actually, Travis can build and run the tests of a .Net project on both Linux and MacOSX, through Mono, an "open source implementation of Microsoft's .NET Framework".
Provided your project doesn't rely on Windows-only API, this should work perfectly.
As an example, the LibGit2Sharp project leverages Travis to do just this.