Reputation: 7595
Is there a switch to pass to the devenv task in Cruise Control to turn off / on website compilation.
I want certain builds to build the site (very time consuming with batch='false') + run Simian etc, while more frequent builds only build the libraries
AFAIK this is generally controlled by the 'Build Website as part of Solution' option, is there a way to change this through CC.NEt config?
Upvotes: 0
Views: 226
Reputation: 115809
You can fine-tune which projects get built with Soluion Configurations:
and then tell CriuseControl which solution configuration to build.
Upvotes: 2