The current strategy for one of our projects is to have CCNET run a powershell script to modify the build numbers of our assemblies. These then need to be committed to svn. This works fine and currently occurs all in the script. However, we want this to be triggered every 5 minutes only when modifications exist and increase build numbers even if the build fails.
The problem is if you haven't already guessed, the modified Assembly build numbers results in CCNET seeing a modification and triggers a build, giving us an endless loop of updating the build number every five minutes. How can we either tell CCNET to exclude certain files for the IfModificationExists check? Or is there another solution than what we are doing? thanks
