Skip to content

kleopatra999/vsts-agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSTS Cross Platform Agent (.NET Core)

Overview

A cross platform build and release agent for Visual Studio 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 and Linux. Written for the .NET Core CLR as one code base in C#.

Will run all existing tasks (typescript/javascript and powershell) including our in the box and your custom tasks written with our vsts task SDK.

Status

A preview is available for Ubuntu 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 VSTS. Windows preview coming soon.

Build & Test Preview Release
Linux Ubuntu 14.04 Build & Test v2.99.0 Soon
Apple OSX 10.11 Build & Test v2.99.0 Soon
Win Windows 10 Build & Test Soon

Configure Account

VSTS only for now. On-prem coming with NTLM support in the works.

Create a PAT token. Step by Step here

Add the user you created the PAT token for to both:

  1. Agent Pool Administrators (allows to register)
  2. Agent Pool Service Accounts (allows listening to build queue)

Agent Roles

TIPS: You can add to roles for a specific pool or select "All Pools" on the left and grant for all pools. This allows the account owner to delegate build administration globally or for specific pools. More here The PAT token is only used to listen to the message queue for a build job When a build is run, it will generate an OAuth token for the scoped identity selected on the general tab of the build definition. That token is short lived and will be used to access resource in VSTS

Get Agent

linux Get Started Ubuntu

osx Get Started OSX

Configuration

Other detailed configuration options are covered here

Contribute

For developers that want to contribute, read here on how to build and test.

About

Visual Studio Team Services Build and Release Agent

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.1%
  • PowerShell 2.7%
  • Other 1.2%