Darkwing
Darkwing

Reputation: 7595

Switch to turn off Asp.Net website compilation in cruise control build

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

Answers (1)

Anton Gogolev
Anton Gogolev

Reputation: 115809

You can fine-tune which projects get built with Soluion Configurations:

enter image description here

and then tell CriuseControl which solution configuration to build.

Upvotes: 2

Related Questions