XCopy exclude patterns ignored

When you use the XCopy action and add file masks to the exclude list (such as *.cs), the excludes are ignored.

I’ve been able to work around this using the FileSet actions so far, but XCopy would be nice to use as well.

- Glen

Hi Glen,

Thanks for your post. For some reason, XCopy only does direct substring matching for exclude lists. So the correct form is ‘.cs’, not ‘*.cs’.

I’ve added a note to the action property page about this.

Regards,


Angus