Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

User Targets

In addition to the default Action ListsDefault Target, FinalBuilder also allows you to define additional Targets for each project. These can be called with the Run Target Action. Targets are ideal for grouping sets of actions which are to be performed as a group, or called multiple times with in the script. The greatest benefit of FinalBuilder is the ability to call the command line execution with the list of targets required to be performed for the current run of the script. This means Targets such as Clean, Build, Rebuild, Deploy, RunTests, and BuildHelp could all be created in the one script and each picked as required for the build required at any future point in time

Targets can also define dependencies, so for example a Build target could depend on a Clean Target - when the Build target is invoked, the Clean Target will automatically be invoked before Build

See Also

Actions Tab | Targets

...