TeamCity artifact paths combine folders

两盒软妹~` 提交于 2019-12-12 12:13:38

问题


I need to create zip archive artifact which contains two folders. I know how to create one folder archive:

Folder1 => myartifact.zip

But how can I tell TeamCity to add Folder2 to same archive?


回答1:


The same target_archive name can be used multiple times, for example:

*/.html => report.zip
*/.css => report.zip!/css/

See also: http://confluence.jetbrains.net/display/TCD7/Configuring+General+Settings#ConfiguringGeneralSettings-artifactPaths



来源:https://stackoverflow.com/questions/10953063/teamcity-artifact-paths-combine-folders

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!