We need to setup a continuous integration infrastructure for a C# project. None of us has anything other than a very few user-side experience with these tools at all. Our requirements would be:

  • we need a tool which runs on windows, because we want our project to be csc-built. Building with mono is not an option.

  • we use an SVN server and it's on linux, it needs to be able to get the source from that.

Could anyone of you more experienced collagues recommend a tool like that? :) Thanks in advance!

有帮助吗?

解决方案

CruiseControl is a good choice. Have a look here: http://cruisecontrol.sourceforge.net/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top