Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS 2019 and older versions of TFS

What versions of TFS does Visual Studio 2019 work with? At work we're still on TFS 2015. I'm concerned that might be too old to work with VS 2019.

like image 934
Rod Avatar asked Apr 05 '19 17:04

Rod


People also ask

Does Visual Studio 2019 support TFS?

Team Explorer connects Visual Studio 2019 and earlier to Team Foundation version control (TFVC) repositories, and to projects hosted on Azure DevOps Services or an on-premises Azure DevOps Server (formerly known as Team Foundation Server, or TFS). You can manage source code, work items, and builds.

How do I get TFS in Visual Studio 2019?

From the Visual Studio Tools menu, select Options, then select Source Control > Plug-in Selection. Select Visual Studio Team Foundation Server. For Visual Studio Team Foundation Server, enter the name and port number for the Azure DevOps Proxy Server. Select Use SSL encryption (https) to connect.

What TFS 2019?

Team Foundation Server (TFS) is an ALM product from Microsoft which provides the capabilities for an end-to-end development and testing using Work Item Management, Project Planning (Waterfall or Scrum), Version Control, Build/Release (Deploy) and Testing capabilities.

How do I get a previous version of TFS code?

Click View History on the Source Control toolbar (if the toolbar is hidden, right-click the toolbar area and select Source Control). In the History dialog, select a changeset you want to revert to. Click Get This Version.


2 Answers

Visual Studio 2019 works with Azure DevOps Server 2019, TFS 2017, TFS 2015, TFS 2013, TFS 2012 and TFS 2010 SP1.

Source: https://learn.microsoft.com/en-us/visualstudio/releases/2019/compatibility#team-explorer-azure-devops-server-and-team-foundation-server

I assume it works with TFS 2018 as well, even it is not mentioned in the article.

like image 157
Sebastian Segerer Avatar answered Oct 08 '22 09:10

Sebastian Segerer


For Visual studio 2019 use TFS 2019 (New name: Azure DevOps Server 2019) update 1.1 for server

And local you do not need install anything just use VS 2019 Download SERVER TFS Update 1.1

like image 35
Amirhossein Avatar answered Oct 08 '22 09:10

Amirhossein