I need to run a task in CruiseControl .NET before checking for modification in source control. I mean this task should be the very first thing that CruiseControl will always do. I see
<prebuild> section in cc.config, but it is for running tasks before building a solution, so it is not exactly what I need.
I need to run a task in CruiseControl .NET before checking for modification in
Share
Use batch file as proxy for the version control utility, eg. svn.bat:
Use executable atrribute to point to the bach file.