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

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

问题描述

我有几个 SSIS 包是在一个解决方案中使用 VS2013(.NET 4.5 框架)开发的.以及在另一个解决方案中使用 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 集成.目前,我已经将 VS2013TFS 集成在一起,并且工作正常.

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安装的相同TFS.
  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/en-us/library/vs/alm/tfs/administer/requirements?f=255&MSPPError=-2147217396.
  2. 我认为您正在使用 TFS 2013,并且您想使用 TFS 2013 构建定义构建您的 VS 2012 解决方案,对吗?如果是,您可以在构建代理机器上安装 VS 2012 Update 5,然后在构建定义>>Process>>MSBuild 参数中添加/tv:4.0 或/p:VisualStudioVersion=11.0.https://msdn.microsoft.com/en-us/library/ms164311(v=vs.110).aspx.

此外,TFS 2013 支持 TFS 2012 构建控制器/代理,因此您可以安装 TFS 2012 构建控制器/代理(在另一台安装了 VS 2012 Update 5 的新机器上)连接您的 TFS 2013 服务器集合,然后使用默认的 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天全站免登陆