Hi, Could you give us your source control block?
Cheers, Benjamin 2011/6/29 Chris <[email protected]> > Here is my <triggers> block. The scheduled nightly build runs, but not > the continuous one, even though I KNOW people are checking in file in > the repository. Any suggestions? > > <triggers> > <!-- Continuous Integration - every 2 hours --> > <intervalTrigger name="continuous" seconds="7200" > buildCondition="IfModificationExists"/> > <!-- Scheduled nightly build --> > <scheduleTrigger name="Nightly Build" time="01:00" > buildCondition="ForceBuild"/> > </triggers
