How to setup building steps for CruiseControl.net from repository of the building project?

后端 未结 2 498
醉酒成梦
醉酒成梦 2021-01-24 17:32

I\'d like to store ccnet.config file (or other cc.net configuration file for this project) in the repository (git) of my project and make CC.NET use it when I force

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-24 17:45

    Take a look at the scenario's at http://www.cruisecontrolnet.org/projects/ccnet/wiki/Build_Server_Scenarios

    1. Step 1 Setting up Source Control
    2. Step 2 Build on Check-in
    3. Step 3 Add unit tests
    4. Step 4 Add Coverage
    5. Step 5 Add source code analysis

    There are build scripts foreseen in each step where you can base yourself on.

提交回复
热议问题