Positive-g Positive-g Professional tools to make life simpler
Home Daily Build Task Tracker Support Download Buy

Daily Build Introduction

Daily Build Task List

Task - A single step in the build process. Tasks are normally used to run a program for perform some action

Group Task - Tasks with sub-tasks are group tasks. These tasks can still run programs and perform actions like regular tasks, but typically are just used to help organise build projects.

Enabled Tick Box - Allows individual tasks in the project to be enabled or disabled. Disabled tasks are skipped when performing a build. If a group task is disabled, it will not be executed and neither will its sub tasks.

Ignore Failure Tick Box - If Daily Build executes a task that fails to complete properly it will stop the build and run the "Build Failed" task. If this check box is ticked, the build will continue even if this task fails.

Output Window - The output from any tasks that are set to capture program output will be sent to this window.

Daily Build's Output Window after compiling a program with Visual Studio

 

Return to documentation