SSIS中的TFS集成 [英] TFS integration in SSIS

查看:48
本文介绍了SSIS中的TFS集成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我只有几个 SSIS 软件包,它们是在一种解决方案中使用 VS2013 ( .NET 4.5 Framework )开发的.很少有在另一个解决方案中使用 VS2012 ( .NET 4.0 Framework )开发的软件包.

I have few SSIS packages which is developed using VS2013 (.NET 4.5 Framework) in one solution. And few packages which are developed using VS2012 (.NET 4.0 Framework) in another solution.

我想将两种解决方案与 TFS 集成在一起.目前,我已经将 VS2013 TFS 集成在一起,并且效果很好.

I want to integrate both solutions with TFS. Currently, I have integrated VS2013 with TFS and its works fine.

但是,如果我想将 VS2012 开发的 SSIS 与相同的 TFS 集成在一起.有两个问题:

But, if I want to integrate VS2012 developed SSIS with the same TFS. There are two problems:

  1. 我是否需要在 VS2012 中完成 TFS 的安装,或者我可以使用为 VS2013 .
  2. 当我将这些 VS2012 解决方案添加到现有的 TFS 时,我的构建被某些东西覆盖而损坏.
  1. Do I need to do TFS installation has to be done in VS2012 or can i use same TFS installed for VS2013.
  2. When I add these VS2012 solution to existing TFS, my build is overrritten by something and getting corrupted.

如何将两个不同框架的解决方案保留在 TFS 中?

How I can keep both solutions of different framework in TFS?

推荐答案

  1. 您可以安装VS 2012 Update 5并连接到TFS服务器(2013年和2015年)直接使用它.有关TFS和VS客户端兼容性的信息,请参考此文档: https://msdn.microsoft.com/zh-us/library/ms164311(v = vs.110).aspx .

此外,TFS 2013支持TFS 2012构建控制器/代理,因此您可以在另一台装有VS 2012 Update 5的新机器上安装TFS 2012构建控制器/代理来连接TFS 2013 Server集合,然后使用默认的TFS 2012构建定义中的构建模板,并在其中指定TFS 2012构建控制器.该TFS 2012构建服务器将是构建VS 2012解决方案的专用构建服务器.

Additionally, TFS 2013 support TFS 2012 build controller/agent, so you can install TFS 2012 build controller/agent(on another new machine which installed VS 2012 Update 5) to connect your TFS 2013 Server collection, then use default TFS 2012 build template in build definition and specify TFS 2012 build controller in it. This TFS 2012 build server will be the dedicated build server to build VS 2012 solutions.

这篇关于SSIS中的TFS集成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆