#1
|
|||
|
|||
stop the current build from scheduled tasks
I am using MS Scheduled Tasks to run the build with this command :
"VisBuildPro.exe" /b E:\BuildScripts\AutoBuild.bld The build runs perfectly. The problem is when i want to stop the build. (Right click on task > End Task ). It doesn't close VBP. Instead a prompt asking "Do you want to stop the current build?" comes out. Also even during the prompt is visible, the build keeps continuing. Is there a way to 'force' close/kill visual build pro when it received the end task call? |
#2
|
|||
|
|||
Just close VBP itself instead of ending the scheduled task. Or kill the process with Task Manager.
|
#3
|
|||
|
|||
I forgot to add that I am starting/stopping the Scheduler remotely. So I can't manually close VBP or kill it from task manager.
|
#4
|
|||
|
|||
Use schtasks, taskkill or the Kill Process action.
http://www.microsoft.com/resources/d....mspx?mfr=true http://www.microsoft.com/resources/d....mspx?mfr=true http://www.kinook.com/VisBuildPro/Ma...cessaction.htm |
|
|