ReleaseMicrosoftMicrosoftpublished May 21, 2026seen 2d

microsoft/azure-pipelines-agent v5.274.0

microsoft/azure-pipelines-agent

Open original ↗

Captured source

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

v5.274.0

Repository: microsoft/azure-pipelines-agent

Tag: v5.274.0

Published: 2026-05-21T08:41:26Z

Prerelease: yes

Release notes:

Features

  • Updated mingit version to 2.53.0 (#5490)
  • Refactor Node version strategies to enforce single-responsibility (#5500)
  • Upgrading package of vss-api-netcore dependency: TestLogStore proxy changes (#5489)
  • node24 fallback logic update (#5499)
  • Feat(PTRV2): Detection of re-run TRX files in PTR (#5496)
  • Add fetchFilter option to the git submodules (#5518)
  • Add Windows ARM64 agent to release notes (#5533)
  • 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

  • Updating Node24 version to 24.15.0 (#5539)
  • Updated PostAnalysis task to version 2 (#5541)
  • Update axios dependency to fix vulnerability (#5551)

Agent Downloads

| | Package | SHA-256 | | -------------- | ------- | ------- | | Windows x64 | vsts-agent-win-x64-5.274.0.zip | 58dd0f084be2e7b2bab8b04eaf200dbcd3b7d9d04b370413d91d928ae5a10bd2 | | Windows x86 | vsts-agent-win-x86-5.274.0.zip | 0112fee60d78ca8be03f18617b5e9d762b83c90ff366bf9f71a9d9d46fdf717c | | Windows ARM64 | vsts-agent-win-arm64-5.274.0.zip | 102ddef387b3c8afc1125b85735f516d2e8668c03a09497cff530c15b5f59a36 | | macOS x64 | vsts-agent-osx-x64-5.274.0.tar.gz | adee172f884efe8b8d07f12a0dec38814d71a823c04ff66dfcb2e09060a35fcc | | macOS ARM64 | vsts-agent-osx-arm64-5.274.0.tar.gz | e59ab575661ad06302d3b1138bed68cdc35fa7b349e6cb7d589cdae01cd1efac | | Linux x64 | vsts-agent-linux-x64-5.274.0.tar.gz | fff9eca11d24966bace758a94df4c0de5312caf8a7238e773b8f7fc313fdbb40 | | Linux ARM | vsts-agent-linux-arm-5.274.0.tar.gz | a0ab15b5209cf63c1feb37dbd589a25a32fbdf154254f1fe1f6484e571302557 | | Linux ARM64 | vsts-agent-linux-arm64-5.274.0.tar.gz | e8d27bf65bebca0f4d05f991f9757e8e55f715f492e4bee05a70a7128c77f0a5 | | Linux musl x64 | vsts-agent-linux-musl-x64-5.274.0.tar.gz | d7197ce44f69fe46eb10b06f966248894f34860a3e4f29642924b113d424b9ec | | Linux musl ARM64 | vsts-agent-linux-musl-arm64-5.274.0.tar.gz | 0cabe4f85ae7f13f4b0d386eb194a9b485ca3f23747792a5d5fa49de339ef921 |

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

macOS x64

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

macOS ARM64

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

Linux x64

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

Linux ARM

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

Linux ARM64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-5.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-5.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-5.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-5.274.0.zip | 73b893db6a2c09076596331c3881ac2ae1b494500a81866d5ccdaf7c88bda623 | | Windows x86 | pipelines-agent-win-x86-5.274.0.zip | e438bc565995b4da66ce0e6245eaa2e1332c4e4cf790536c8ec2b225c63c45c5 | | Windows ARM64 | pipelines-agent-win-arm64-5.274.0.zip | a68adbbf252357a06adb995bf4823d2ff6af6202d3fac3548e890c0a81b739cf | | macOS x64 | pipelines-agent-osx-x64-5.274.0.tar.gz | 8b21ff4f7a220d4be6424d4aff248df6194d04572c055a45a19ddc8640ece398 | | macOS ARM64 | pipelines-agent-osx-arm64-5.274.0.tar.gz | d8f0efce1aaadd8ee969c2025eb6859e3b42c223422753cbf30e0046d1b61cf5 | | Linux x64 |…

Excerpt shown — open the source for the full document.