I want to do the following: - Have one project that has a continuous trigger to check the repo every 30 seconds and build if there is a change. This is working and works great
- I want to schedule a build to run @ midnight to do the same build as the continuous build and publish the installer. Can I share tasks between the two projects? Or maybe have the nightly build call the continuous build (except override the interval). Thanks, Scott Vickery
