How do you exclude folders on get operation for sourcecontrol in CruiseControl.NET
- by Jon
I have a cruisecontrol.net project which currently doesn't monitor a source safe project. It is forced manually. Within the source control block however I want to be able to exclude the 'get' operation of a certain folder. I know there is a ExclusionFilter feature on a source control block in the config file, but I think that this excludes the sub folder from being monitored not from being retrieved from the repository.
Can anyone confirm this is the case, or help me find out how I can achieve this?
I'm using CCNet 1.4 and SourceSafe