TeamCity ignores "ignore-files"
Hi,
I want the continuous build to ignore checkins to "Build/versionInfo.xml". However, when I enter "versionInfo.xml" for an ignore pattern, it doesn't work. That is, it sees the checkin and runs a build anyway:
versionInfo.xml
]]>
I also tried ".*versionInfo.xml"
What am I missing? I'm running TeamCity 2.0.
Thanks!
-chris
Please sign in to leave a comment.
It seems that "**/versionInfo.xml" does the trick (watching an SVN repository).
This thread provided important clues: http://www.intellij.net/forums/thread.jspa?messageID=5192566�
Perhaps regexes would be more flexible and supportable than the NAnt-style filepath matching...?
Cheers,
-chris