简体   繁体   English

从2013年到2015年更新Visual Studio和TFS

[英]Updating Visual Studio and TFS from 2013 to 2015

We have several .NET solutions (desktop apps and an MVC website) we've been working on. 我们一直在努力开发几种.NET解决方案(桌面应用程序和MVC网站)。 The projects were all built in VS2013 and are hosted on a TFS 2013 server. 这些项目都是在VS2013中构建的,并托管在TFS 2013服务器上。 We would like to update to VS2015...but I'm a little wary about it. 我们想更新到VS2015 ...但是我对此有些谨慎。 If we update to VS2015, do we also need to update to TFS 2015? 如果我们更新到VS2015,是否还需要更新到TFS 2015? Or is it smarter to run VS2015 alongside VS2013? 还是将VS2015与VS2013一起运行会更聪明? If we do the latter option, would be still need to update TFS to 2015? 如果我们选择后者,是否仍需要将TFS更新到2015年?

You can quite happily use VS 2015 and TFS 2013 together. 您可以很高兴地将VS 2015和TFS 2013一起使用。

In the olden times (TFS 2010 or earlier) you might have wanted to keep the old version of VS around to manage the TFS server but these days most functions are available from the TFS web UI. 在较早的时间(TFS 2010或更早版本)中,您可能想保留VS的旧版本来管理TFS服务器,但是如今,大多数功能都可以从TFS Web UI使用。

The only thing you would need to be careful with is if you are using TFS Build for your CI server. 您唯一需要注意的是,如果您正在为CI服务器使用TFS Build。 If this is the case you will need to update the version of VS installed on your build agents. 如果是这种情况,则需要更新安装在构建代理上的VS版本。

You don't need to update to TFS2015. 您不需要更新到TFS2015。 You can still use VS2015 with TFS2013. 您仍然可以将VS2015与TFS2013一起使用。

But if you want to build for C#6/.Net 4.6 applications, you need to pay attention to your build enviroment. 但是,如果要针对C#6 / .Net 4.6应用程序进行构建,则需要注意您的构建环境。 Such as install MSbuild Tools 14.0 , amend the build templates to point to MS Build version 14.0. 例如安装MSbuild Tools 14.0 ,修改构建模板以指向MS Build 14.0。 For detail you can reference: TFS 2013 building .NET 4.6 / C# 6.0 有关详细信息,您可以参考: TFS 2013 Building .NET 4.6 / C#6.0

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

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