|
#1
|
|||
|
|||
Scheduled Tasks
Hello,
I'm using the scheduled task that Visual Build configured for me to build my project twice a day. When a failure occurs, the Visual Build process keeps running and I need to stop it manually or configure a timeout in the scheduled task configuration. Am I doing anything wrong? |
#2
|
|||
|
|||
Use the /s flag in your scheduled task [silent execution], or use the console version of visual build pro [visbuildcmd.exe].
See the "Scheduled Builds", "Gui App", and "Console App" entries in the help file for details on the /s flag and general concepts related to scheduled tasks and optional flags. |
#3
|
|||
|
|||
Thank you, it worked.
I think however that the Create Scheduled Task should configure it to use VisBuildCmd instead of the GUI version. |
|
|