I'm using Sapient's Buildit script (cited in an MS Patterns & Practices doc on team development) and I have run into instaces where the solution.DTE.QUIT(); does not appear to work. This occurs when I execute a batch file (.bat) that contains the command of "Buildit.exe \build" in it followed by a call to another batch file. When I call the initial batch file via the scheduler or cmd window it will periodically not close the devenv. However; everthing has in fact built properly. I can shutdown the devenv process from taskmangr; after which the call to the other batch file will begin to execute. The other batch file is just processing nunit and ndoc stuff. Has anyone experienced this?
|