简体   繁体   English

Wix安装程序项目git存储库

[英]Wix installer project git repository

We have two teams. 我们有两个团队。 One responsible for Dev of a certain C# project the other responsible for installers and deployment. 一个负责某个C#项目的开发,另一个负责安装和部署。 Both are maintaining a repository, one for main project one for installer project. 两者都在维护一个存储库,一个用于主项目,一个用于安装程序项目。 The project and installer are meant to be built automatically during a tfs build process. 该项目和安装程序应在tfs生成过程中自动生成。

  • Should the repositories of both elements be combined in one repo? 是否应将这两个元素的存储库合并到一个存储库中? Or left in two different ones? 还是留在两个不同的地方?
  • Is it even possible to have them in different repos and access them from one build process? 甚至有可能将它们放在不同的存储库中,并从一个构建过程访问它们?

TFS build is not allow dependencies on multiple source repositories. TFS构建不允许依赖多个源存储库。

There has been a feature request in uservoice and you can vote up for it to get more attention. uservoice中有一个功能请求,您可以投票支持它,以获得更多关注。

Allow TFS build to depend on multiple repositories 允许TFS构建依赖于多个存储库

https://visualstudio.uservoice.com/forums/121579-visual-studio-ide/suggestions/11592954-allow-tfs-build-to-depend-on-multiple-repositories https://visualstudio.uservoice.com/forums/121579-visual-studio-ide/suggestions/11592954-allow-tfs-build-to-depend-on-multiple-repositories

As for ombined in one repo or left in two different ones, it's based on your team's requirements. 至于在一个存储库中合并还是在两个不同的存储库中合并,则取决于您团队的要求。 If you only want to keep one build process, it' better to ombined in one. 如果您只想保留一个构建过程,那么最好将其合并。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM