Pregunta

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!

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top