I'm just about to set up teamcity for the first time myself. Very nice and just in most cases I have to say. However, I have one problem that I could not solve and find any information.
When I want to publish my artifacts, I want to exclude some types of files.
example:
%system.agent.work.dir%\trunk\Source\Projects\Webproject.Web/Controllers => Webproject.Web/Controllers
However, I do not want to copy all .cs files to a folder. I just need a folder. Is it possible to copy only the folder, not the contents, and then copy what I need? Or can I exclude files if I copy the directory?
source
share