On our CC.NET Continuous Integration Server, I used the Start Update script hook, which works fine when I check the source using TortoiseSVN. The hook script is designed to clean up a working copy of all non-reversed files before each build. However, when the build is complete and the source is updated, the hook script does not start.
How can I tell CruiseControl.NET to honor my scripts? We are using CC.NET 1.4.4.49. Thanks in advance for any help on this.
source
share