我们有一个伙伴关系。 在2008年和2008年基本生活条件调查中建立了MVC解决方案网。 我们利用TFS建设和使用持续融合。
我们有一个部署管道,使我们能够最终向我们的现场建造一个建筑。
- Internal Dev (immediate deployment following a build)
- External Dev (used by internal testers to make sure it works on the production server)
- External Test (used by our client to test themselves)
- Live (self explanatory).
我就此提出了2个问题。
- Which ones of these should be built in Debug and which in Release?
- How should I write my TFSBuild.proj files to cope with this strategy?