| You are viewing documentation of TeamCity 4.x, which is not the most recent released version of TeamCity. Please refer to the listing to choose another version. |
|
TeamCity supports wildcards in different configuration options. Ant-like wildcard are:
You can read more on Ant wildcards in the corresponding section of Ant documentation. Examples \a
-\b
-\c
-file1.txt
-file2.txt
-file3.log
-\d
-file4.log
-file5.log
|