ReleaseMicrosoftMicrosoftpublished May 21, 2026seen 2d

microsoft/azure-pipelines-agent v4.274.0

microsoft/azure-pipelines-agent

Open original ↗

Captured source

source ↗
published May 21, 2026seen 2dcaptured 9hhttp 200method plain

v4.274.0

Repository: microsoft/azure-pipelines-agent

Tag: v4.274.0

Published: 2026-05-21T08:37:20Z

Prerelease: yes

Release notes:

Features

  • Updated Code to skip files which can trigger outside agent root direc. (#5566)
  • Updating mingit version to 2.54.0 (#5567)
  • Updating node version to 24.14.1 (#5575)

Bugs

  • Create missing working directory in NodeHandler before task execution (#5545)
  • Fix ObjectDisposedException race in PublishTestResultsCommand (#5516)
  • [BUG FIX]: Add libicu78 to installdependencies.sh for Ubuntu 26.04 (Resolute) support (#5574)

Misc

  • Update axios dependency to fix vulnerability (#5551)

Agent Downloads

| | Package | SHA-256 | | -------------- | ------- | ------- | | Windows x64 | vsts-agent-win-x64-4.274.0.zip | c6267c54c73b21ec35d38df631ab44e69d519c46855a494ab99ab797f059c04b | | Windows x86 | vsts-agent-win-x86-4.274.0.zip | 1043901f11f998a324e2bb03f630e47f32e7f069ca64863631ab74bd39f9de54 | | Windows ARM64 | vsts-agent-win-arm64-4.274.0.zip | 402b1ebf41c50f146d72f1d5a29a2e2c6e3b252a8b5cdb9e23eacf723310c0e4 | | macOS x64 | vsts-agent-osx-x64-4.274.0.tar.gz | 919171b43df9e772ccccce3bcb547b66979ab60d186291f1112e6ce2d185ab8b | | macOS ARM64 | vsts-agent-osx-arm64-4.274.0.tar.gz | 5bd29ffa89dc624baa804c8504989a9c9fefaf40e59a03c6b918ace6eb306c7d | | Linux x64 | vsts-agent-linux-x64-4.274.0.tar.gz | 828220fc662131f8d6bd427c8d8b9bffae064a9b1532b7e448d58766276b31fa | | Linux ARM | vsts-agent-linux-arm-4.274.0.tar.gz | c47b57dd82ab87d7dba822cc7b38469cebe637a1bd1c07c8792fb3688998b2a6 | | Linux ARM64 | vsts-agent-linux-arm64-4.274.0.tar.gz | bd61a2526333403a6d76243a49846887a1dd8eb115bbce6b037c950c2118f138 | | Linux musl x64 | vsts-agent-linux-musl-x64-4.274.0.tar.gz | d17b1a83fcdf88b6427a0059ff05661940ce0e0a0fc7fad8581a7cec65242426 | | Linux musl ARM64 | vsts-agent-linux-musl-arm64-4.274.0.tar.gz | 70dffbe6c5d779c09fb73d07ee2e787997114e952e667fd2b123b5e537de0171 |

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-4.274.0.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-4.274.0.zip", "$PWD")

Windows ARM64

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

macOS x64

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

macOS ARM64

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

Alpine x64

*Note:* Node 6 does not exist for Alpine.

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

Alpine ARM64

*Note:* Node 6 does not exist for Alpine.

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-musl-ARM64-4.274.0.tar.gz

Alternate Agent Downloads

Alternate packages below do not include Node 6 & 10 and are only suitable for users who do not use Node 6 & 10 dependent tasks. See [notes](docs/node6.md) on Node version support for more details.

| | Package | SHA-256 | | ----------- | ------- | ------- | | Windows x64 | pipelines-agent-win-x64-4.274.0.zip | 344943706f6eb80e983ded0a94eee29f4ecc87bcc0c72d22a48c3d84ae09b7f9 | | Windows x86 | pipelines-agent-win-x86-4.274.0.zip | ea674c34ff870ff1520c3cef33b9d1b7cd396b78802ecfacf05132bf6d42750d | | Windows ARM64 | pipelines-agent-win-arm64-4.274.0.zip | b5b5e97860a590f6a4c174cec46c789ef95a495219f092b92edf30eaaef07de9 | | macOS x64 | pipelines-agent-osx-x64-4.274.0.tar.gz | 7a9921023e5384b0627ec02f5bbe0713a0ddc0a3ad6c54f625bb514d8315ec52 | | macOS ARM64 | pipelines-agent-osx-arm64-4.274.0.tar.gz | 4990859bad2509bf6daaa954d1ab38f218387634695d2b8196e1d55b86decf08 | | Linux x64 | pipelines-agent-linux-x64-4.274.0.tar.gz | acd75b42247215b715bccf4c42972fbc6ff8ff5249f0c3814e389e61938d7eaf | | Linux ARM | pipelines-agent-linux-arm-4.274.0.tar.gz | b427a4beeec5cd3a1beb16476549de5630b2ca05e09d6eb21a7aee690e22386d | | Linux ARM64 |…

Excerpt shown — open the source for the full document.