Hi,
We have a couple of projects configured in cc.net. Each of these projects has following items in it's working directory (svn):
- source
- lib
- db scripts
- SSIS package(s)
We would like to know if there is a way to find out if there are any modifications in the subdirectory containing the SSIS packages? This would allow us to do a full build (including execution of package). We don't want to do this with every build since package execution might take some time...
Our other option is to create a cc.net project that does the complete builds at night time.
Does anybody have a nice solution to this problem?