How do you exclude folders on get operation for sourcecontrol in CruiseControl.NET
Posted
by Jon
on Stack Overflow
See other posts from Stack Overflow
or by Jon
Published on 2010-03-09T11:30:28Z
Indexed on
2010/03/09
11:36 UTC
Read the original article
Hit count: 537
cruisecontrol.net
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
© Stack Overflow or respective owner