UppercuT - Automated Builds - Custom Tasks
Posted by: Fervent Coder,
on 22 May 2009 |
View original | Bookmarked: 0 time(s)
UppercuT provides hook points to custom tasks so that you can customize UppercuT without ever having to touch the files in BuildScripts. This makes it extremely easy to upgrade UppercuT versions when you keep your custom build scripts separated from UppercuTs build scripts.
To add custom tasks, all you need to do is create them in a folder next to BuildScripts called BuildScripts.Custom.
These are the points were custom tasks are called (in order):
_compile.build calls BuildTasks.Custom\_compile.build...