Skip to content

Commit 5f4cfe8

Browse files
updated docs to point to official vs.com docs
1 parent fa687ce commit 5f4cfe8

File tree

1 file changed

+15
-18
lines changed

1 file changed

+15
-18
lines changed

README.md

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ The cross platform build and release agent for Team Services and Team Foundation
66

77
Supported on Windows, OSX, Ubuntu and Red Hat. Written for the .NET Core CLR as one code base in C#.
88

9-
## Current Release
10-
11-
[v2.103.1](https://github.com/Microsoft/vsts-agent/releases/tag/v2.103.1)
12-
139

1410
## Status
1511

@@ -22,16 +18,6 @@ Supported on Windows, OSX, Ubuntu and Red Hat. Written for the .NET Core CLR as
2218
|![Win](docs/res/win_med.png) **Windows**|![Build & Test](https://mseng.visualstudio.com/_apis/public/build/definitions/b924d696-3eae-4116-8443-9a18392d8544/2850/badge?branch=master)|
2319

2420

25-
## Supported Usage
26-
27-
This agent can be used for the VSTS service and it replaces the node agent for TFS2015 On-Prem.
28-
29-
| Scenario | OSX/Unix | Windows | Comment |
30-
|:-------------:|:-----:|:-----:|:-----:|
31-
| VSTS | Yes | Yes |
32-
| TFS2015 (onprem) | Yes | No | Windows use agent with 2015 |
33-
| TFS.vNext (onprem) | Yes | Yes | |
34-
3521
## Get Started
3622

3723
### First, add the build account to the proper roles
@@ -40,13 +26,24 @@ This agent can be used for the VSTS service and it replaces the node agent for T
4026

4127
### Next, get the agent configured
4228

43-
![win](docs/res/win_sm.png) [Start Windows](docs/start/startwin.md)
29+
![win](docs/res/win_sm.png) [Start Windows](https://www.visualstudio.com/en-us/docs/build/admin/agents/v2-windows)
4430

45-
![osx](docs/res/apple_sm.png) [Start OSX](docs/start/startosx.md)
31+
![osx](docs/res/apple_sm.png) [Start OSX](https://www.visualstudio.com/en-us/docs/build/admin/agents/v2-osx)
4632

47-
![ubuntu](docs/res/ubuntu_sm.png) [Start Ubuntu](docs/start/startubuntu.md)
33+
![ubuntu](docs/res/ubuntu_sm.png) [Start Ubuntu](https://www.visualstudio.com/en-us/docs/build/admin/agents/v2-linux)
34+
35+
![redhat](docs/res/redhat_sm.png) [Start RedHat](https://www.visualstudio.com/en-us/docs/build/admin/agents/v2-linux)
36+
37+
## Supported Usage
38+
39+
This agent can be used for the VSTS service and it replaces the node agent for TFS2015 On-Prem.
40+
41+
| Scenario | OSX/Unix | Windows | Comment |
42+
|:-------------:|:-----:|:-----:|:-----:|
43+
| VSTS | Yes | Yes |
44+
| TFS2015 (onprem) | Yes | No | Windows use agent with 2015 |
45+
| TFS.vNext (onprem) | Yes | Yes | |
4846

49-
![redhat](docs/res/redhat_sm.png) [Start RedHat](docs/start/startredhat.md)
5047

5148
## Troubleshooting
5249

0 commit comments

Comments
 (0)