I have several tasks on my server that run continually. Those tasks run an .exe file my build creates. I'd like to tell the finalbuilder server to stop running a certain task, and not to start it again until my build completes (My finalbuilder script and execute commands at the start and end so I know when I want to stop the tasks and start them).
That is, when my msbuild script starts, I want to tell the "finalbuilder server" to stop several running tasks (and not have them requeued and restarted) until my msbuild scripts says it's all done.
Now, I have to go through the process of stopping the tasks, manually disabling the triggers, do the build, then manually enabling the triggers when the build completes.
Thanks