The cross platform build and release agent for Azure Pipelines and Team Foundation Server 2015 and beyond. This replaced the deprecated 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#.
Build & Test | |
---|---|
Windows x64 | |
Windows x86 | |
macOS | |
Linux x64 | |
Linux ARM | |
RHEL 6 x64 |
First, ensure you have the necessary system pre-requisites
Next, download and configure the agent
This agent can be used for Azure Pipelines and it replaces the node agent for TFS2015 On-Prem.
Scenario | OSX/Unix | Windows | Comment |
---|---|---|---|
Azure Pipelines | Yes | Yes | |
TFS2015 (onprem) | Yes | No | Windows use agent with 2015 |
TFS2017 (onprem) | Yes | Yes | |
TFS2018 (onprem) | Yes | Yes |
Troubleshooting tips are located here
For developers that want to contribute, read here on how to build and test.