What tool to use for automatic nightly builds?

后端 未结 8 1315
粉色の甜心
粉色の甜心 2021-02-02 13:12

I have a few Visual Studio Solutions/Projects that are being worked on in my company, which now require a scheme for automatic nightly builds. Such a scheme needs to be able to

8条回答
  •  春和景丽
    2021-02-02 13:29

    FinalBuilder does support emailing and just executing FinalBuilder each night will give you nightly builds. You don't really need other software for that if you don't want to.

    You could also use CCNet to trigger a build when needed and have it execute FinalBuilder for the build. You can then decide if FinalBuilder or CCNet should email.

    Finally FinalBuilder has a Server version which is sorta like CCNet in that it is a continues integration tool using FinalBuilder. See http://www.finalbuilder.com/finalbuilder-server.aspx

    Of course the biggest advantage of CCNet is that it is free and open source.

提交回复
热议问题