Execution order of cruisecontrol.net blocks -


couldn't find documentation this: order of execution of different blocks of cruisecontrol.net config file (e.g. sourcecontrol, prebuild, tasks)?

specifically i'd know whether sourcecontrol executed before or after prebuild block.

i guess this page has answer:

  • the <tasks> section run before <publishers> section, regardless of order in appear.
  • however, within each of these sections, tasks run in order appear.
  • the <prebuild> section intended tasks need run before build starts, including sourcecontrol operation.

so order is:

  1. prebuild
  2. sourcecontrol
  3. tasks (in order in appear in config file)
  4. publishers (in order in appear in config file)

Comments

Popular posts from this blog

jQuery Ajax Render Fragments OR Whole Page -

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -