Artifacts path and file names containing "." (dot)
Hi,
Is there any way to specify artifacts path for file names that contains "dot" (eg: company.ns.assembly.dll).
The following doesn't work:
somepath/*.dll => artifactspath
When specifying the complete file, it works fine:
somepath/company.ns.assembly.dll => artifactspath.
Regards,
Please sign in to leave a comment.
Hi,
Please try using somepath/*dll => artifactspath . But it should work with *.dll as well. What version of TeamCity do you use?
Hope this helps,
KIR
Hi,
I'm using TeamCity 3.1.1 (build 6828).
"somepath/*dll => artifactspath" does not work either. I receive the following message :
Artifacts path "somepath/*dll" not found.
Regards,
Hi,
I suppose that the actual value of "somepath" may affect this behaviour.
Local testing for paths used in your example work just fine locally.
Could you provide the exact value for used aftifacts pattern and exact path to file which should be matched by this pattern?
Regards,
KIR
Hi,
Sure. The exact path is :
Lib/SQLite/bin/x64/System.Data.SQLite.dll => x64
-
For info: running TeamCity on W2K3 R2
Regards,