Custom Tasks
Task Name | Description | Argument Template |
---|---|---|
Run Command | Starts an application and waits for the process to exist. If using CMD.exe be sure to include the /C in the arguments to terminate the process upon completion. | <args> <arg name="Application" value="{Name of Application/Process to Start}" /> <arg name="Arguments" value="{Optional: Command Line Arguments to Pass}" /> <arg name="WorkingDirectory" value="{Optional: Path to directory for Process to be started}" /> </args> |