Forced builds only in CCNET?
I’ve been trying to setup CruiseControl.Net to only build a project when the ‘Force’ button is clicked.
After scouring the internet for the proper setup to do this, I don’t see any trigger that allows me to do this. I’ve setup a ScheduleTrigger that only allows builds at 9:00:00 each day, so right now there’s at least one build a day, but it’s just wasteful. I only want a build when someone specifically needs one, not at random times.
Does anyone know if this setup can exist in CCNET?