The cross platform build and release agent for Team Services and Team Foundation Server 2015 and beyond. This will be replacing/combining the existing closed source windows build agent and the existing xplat agent
Supported on Windows, OSX, Ubuntu and Red Hat. Written for the .NET Core CLR as one code base in C#.
A preview is available for Ubuntu, RedHat and OSX for VSTS. The current preview is more feature complete than the node agent bringing Auto Update, Cancellation, Run as a svc on OSX and Linux, and Gated support.
What's missing from the preview? On-prem NTLM support is in the works so preview with Team Services.
Build & Test | Preview | Release | |
---|---|---|---|
OSX | Preview 5 v2.101.0 | June | |
Ubuntu | Preview 5 v2.101.0 | June | |
RedHat | Preview 5 v2.101.0 | June | |
Windows | Preview 2 v2.101.0 |
This is the current state of what works with the preview.
This agent can be used for the VSTS service and it replaces the node agent for TFS2015 On-Prem.
Scenario | OSX/Unix | Windows | Comment |
---|---|---|---|
VSTS Git | Yes | Yes | |
VSTS TfsVC | Yes | Soon | |
TFS2015 Git | Yes | No | Win use agent with 2015 |
TFS2015 TfsVC | Soon | No | Win use agent with 2015 |
Add the build account to the proper roles. Read Here
More detailed configuration options are covered here
For developers that want to contribute, read here on how to build and test.