Frage

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.

War es hilfreich?

Lösung

Teamcity is a great CI tool with really good support for .NET. This question covers hosted solutions. I think there is even one that's free if your project is open source.

Andere Tipps

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top