You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Using Azure functions in Visual Studio for Mac."
3
+
description: "Connecting to Team Foundation Server or Visual Studio Team Services with Team Foundation version control."
4
4
author: asb3993
5
5
ms.author: amburns
6
6
ms.date: 05/03/2018
@@ -9,83 +9,71 @@ ms.technology: vs-ide-install
9
9
ms.assetid: 52D3D26A-4D01-4FD1-AAA1-AE7D7BD39746
10
10
---
11
11
12
-
# Visual Studio for macOS TFS Add-in
12
+
# Connecting to Team Fondation version control
13
13
14
-
This article introduces the Visual Studio for Mac add-in for interacting with Microsoft Team Foundation Server and Visual Studio Team Services.
14
+
Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) provide two models of version control: Git, which is distributed version control, and Team Foundation Version Control (TFVC), which is centralized version control. This article provides an overview and a starting point for using Team Foundation Version Control with Visual Studio for Mac.
15
+
16
+
> [!NOTE]
17
+
> **Note**: Team Foundation Version Control support is currently in preview and some functionality is not yet fully working. More changes still to come!
15
18
16
19
## Requirements
17
20
18
-
This add-in works on Visual Studio for Mac version 7.5 and above
21
+
* Visual Studio for Mac version 7.5 or later.
22
+
* A Project in Visual Studio Team Services or Team Foundation Server, configured to use Team Foundation Version Control.
19
23
20
24
## Installation
21
25
22
-
[Jordan: can you add information here?]
26
+
From within Visual Studio for Mac, choose the **Visual Studio > Extensions...** menu. Search for "TF version control" and install the **Team Foundation Version Control** extension. Restart the IDE when prompted.
23
27
24
28
## Using the add-in
25
29
26
-
In Menu > Version Control section you will find the Team Foundation Server menu at the bottom. To start click on Connect to Server.
30
+
Once the extension is installed, select the **Version Control > Team Foundation Version Control > Connect to Team Foundation Version Control...** menu.
27
31
28
32
<imgsrc="images/add-remove-server.png"alt="Connect with a TFS Server"Width="600" />
29
33
30
-
Choose between VSTS or TFVC server:
34
+
Choose either Visual Studio Team Services or Team Foundation Server to get started:
31
35
32
36
<imgsrc="images/choose-server-type.png"alt="Connect with a TFS Server"Width="600" />
33
37
34
38
Enter you credentials:
35
39
36
40
<imgsrc="images/login.png"alt="Connect with a TFS Server"Width="600" />
37
41
38
-
The following authentication modes are supported:
39
-
- OAuth
40
-
- Basic
41
-
- Ntlm
42
-
43
-
Choose the projects thsat you want to be connected to:
42
+
Then, choose the projects that you want to access:
0 commit comments