Using Wildcards with Artifacts --> does not find files
Hello!
When I list my artifacts (in the General Settings Tab), I want to specify ./foo/**/bar*.dll with the point being to grab all .DLL files that have bar in the filename (barnone.dll, barfalamule.dll, etc). I am using TeamCity 5.0.1 on a Windows Server 2003 machine. This doesn't seem to work with the method I just specified.
Am I doing this wrong or can it be done at all? Thanks!
Please sign in to leave a comment.
Hello David,
I think for your case the pattern foo/**/bar*.dll should work. Could you please specify full file name which doesn't match to this pattern?
Regards,
KIR
Thank you for getting back to me. I reran the configuration with the wildcards in the configuration and figured out what was going on. It seems that TeamCity is case sensitive on Windows, but only with filenames. I can use any case for the directories but the filenames needed to be exact. After I changed the case, everything worked!