github microsoft/azure-pipelines-agent v3.226.2

latest releases: v4.244.1, v3.244.1, v4.245.0...
pre-release13 months ago

Features

  • Service Principal auth (#4255)
  • Support Alpine OS (#4375)
  • [AgentService] - Migrate AgentService to .Net Framework 4.7.1 (#4387)
  • Download dotnet-install.(sh/ps1) script when building the agent (#4401)

Bugs

  • PlanId fixed in CustomerIntelligence data (#4347)
  • fix detect rhel release (#4393)
  • Fix - detect Alpine-based docker image (#4400)

Misc

  • Localization update (#4370)
  • Move condition result trace from result code to output (#4371)
  • Fix functional signing L1 tests (#4390)
  • Update agents git to 2.41.0 (#4394)
  • fix agent CI - create AzureDevOps PRs (#4396)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-3.226.2.zip af867bd2048b18e3a6f6db7be3eef483993941b8e9d62a04300bc2b5f360bbb5
Windows x86 vsts-agent-win-x86-3.226.2.zip c229bb8338348c99c04059e4ac496477abf11181993245fcf41cdf34fe7f1841
macOS x64 vsts-agent-osx-x64-3.226.2.tar.gz dbaa1bd9d7a7b64196b847ae4a1ff3685b0e68794827bfb08314575942c2a337
macOS arm64 vsts-agent-osx-arm64-3.226.2.tar.gz a589311a59700532e5e40503fc64a472ac328d062eae9bfc8ff9b551187c294b
Linux x64 vsts-agent-linux-x64-3.226.2.tar.gz 81e01255948d8b9a3839fb2fe4808b90e3298097011e4e394107b8dbcc3283f6
Linux ARM vsts-agent-linux-arm-3.226.2.tar.gz 41654e4bccac875b1bcab55f6126bf604a17dfc657feba1580caaf2c94dc1eea
Linux ARM64 vsts-agent-linux-arm64-3.226.2.tar.gz c299256f53b3c0c853062773590208684a6e5ad77fbc0191a40ed1a4f274db1d

After Download:

Windows x64

C:\> mkdir myagent && cd myagent
C:\myagent> Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$HOME\Downloads\vsts-agent-win-x64-3.226.2.zip", "$PWD")

Windows x86

C:\> mkdir myagent && cd myagent
C:\myagent> Add-Type -AssemblyName System.IO.Compression.FileSystem ; [System.IO.Compression.ZipFile]::ExtractToDirectory("$HOME\Downloads\vsts-agent-win-x86-3.226.2.zip", "$PWD")

macOS

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-3.226.2.tar.gz

Linux x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-3.226.2.tar.gz

Linux ARM

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-3.226.2.tar.gz

Linux ARM64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-3.226.2.tar.gz

Alternate Agent Downloads

This following alternate packages do not include Node 6 and are only suitable for users who do not use Node 6 dependent tasks.
See notes on Node version support for more details.

Package SHA-256
Windows x64 pipelines-agent-win-x64-3.226.2.zip 547bbe95230897891542d334a841d0031ca05277a39b61e375596b3fe2a220de
Windows x86 pipelines-agent-win-x86-3.226.2.zip d6818bd09993e91122d742c4445e96f9664448dbe0e7873a55e6504a145081ad
macOS x64 pipelines-agent-osx-x64-3.226.2.tar.gz 733e9afd0c72f7311ba258e3c578da5d569f706166ce22f5adb838ece6710a55
macOS arm64 pipelines-agent-osx-arm64-3.226.2.tar.gz d5bc0ce55268e51d2f43574cc33a486f15de70a8e2abab5410e2ae2a199ce7f8
Linux x64 pipelines-agent-linux-x64-3.226.2.tar.gz f06217b8716a4fd87578e409a15578451c49352c1b8b4bcd676095eb1376e42b
Linux ARM pipelines-agent-linux-arm-3.226.2.tar.gz 9ea9c720694fef239cb90d2245a47cd3ea1d06698876671180fc6ee8a5435b3c
Linux ARM64 pipelines-agent-linux-arm64-3.226.2.tar.gz 4de0b85619b68de8e4037a3d9268b3437eea295c1cc719310377cde579027404

Don't miss a new azure-pipelines-agent release

NewReleases is sending notifications on new releases.