Recommendations for Continuous integration for Mercurial/Kiln + MSBuild + MSTest

前端 未结 4 843
借酒劲吻你
借酒劲吻你 2021-02-04 02:47

We have our source code stored in Kiln/Mercurial repositories; we use MSBuild to build our product and we have Unit Tests that utilize MSTest (Visual Studio Unit Tests).

4条回答
  •  春和景丽
    2021-02-04 03:39

    What you've described is the basics of a CI Tool, so every CI Tool should be OK.
    I use Cruise Control.NET but it is bugged with Mercurial and is not very straightforward at first glance. I am nevertheless happy with it. Other tools that come in my mind are Hudson, Team Build (from TFS) and TeamCity.

    I have not tried other tools but you can see pros/cons here :

    • TeamCity vs CC.net
    • Hudson vs CC.net, Link 1 and Link 2
    • CC.net vs TFS

    EDIT : I forgot to mention that Hudson and Cruise Control.net are Open Source project, you can easily write plugins and patches to your install.

    EDIT² : Mercurial bugs seem to be fixed in the upcoming 1.6 version of ccnet (changes commited to the trunk this week).

提交回复
热议问题