如何将 FinalBuilder 中的一些文件作为工件输出到 teamcity
我正在使用 FinalBuilder 构建我的项目并创建用于部署的包,并且我希望 FinalBuilder 将此包作为工件输出到 teamcity。我不确定这是否可行。
使用 Finalbuilder 创建包的原因是,在打包过程中,我需要排除某些文件并将二进制文件从一个项目复制到另一个项目等,而包本身是多个项目的集合。因此,如果我想将这些指定为 teamcity 中的工件路径,我最终可能会指定许多模式。
所以如果finalbuilder创建的包能够作为artifact导出到teamcity那就太好了。
有人可以帮我解决这个问题吗?
谢谢
I am using finalbuilder to build my projects and create a package for deployment and I want FinalBuilder to output this package as an artifact to teamcity. I am not sure if this is posible though.
The reason for using finalbuilder to create the package is,in the process of packaging I need to exclude certain files and copy binaries from one project another project etc and the package itself is a collection of mutliple projects. So if I want to specify these as artifact paths in teamcity I will probably end up specifying a number of patterns.
So it would be pretty good if the package created by finalbuilder can be exported to teamcity as artifact.
Could someone please help me with this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
项目配置的“常规设置”包含一个“工件路径”编辑区域,您可以在其中指定构建生成的哪些文件被视为“构建工件”。
或者你的意思是 FinalBuilder 消耗其他构建工件?
"General Settings" of project configuration contains an "Artifact paths" edit area where you can specify what files generated by the build considered "build artifacts".
Or do you mean FinalBuilder consumes other build artifacts?