views:

9

answers:

0

I have multiple configuration files for each project hooked up in cruisecontrol.net config file (ccnet.config) via xml declaration

<!DOCTYPE cruisecontrol[
**<!ENTITY DEPLOY_PROJ1    SYSTEM "file:DEPLOY_PROJ1.xml.config">**
                        .....
                        .....

]>

**<cruisecontrol>
            &DEPLOY_PROJ1;
            .....
                        .....
</cruisecontrol>**

I have to build each in an order to get a release.Is there some way to just have on single config way and I just have to build that and it will execute all the say 10 project in order ? I am using version : 1.4.0.3524

Basically I want a way to run ten project in order via a single defintion in ccnet.