microsoft/azure-pipelines-agent v4.273.0
microsoft/azure-pipelines-agent
Captured source
source ↗v4.273.0
Repository: microsoft/azure-pipelines-agent
Tag: v4.273.0
Published: 2026-04-29T14:25:51Z
Prerelease: no
Release notes:
Features
- Fix UseNodeVersionStrategy Windows container OS detection to use Docker metadata instead of image name matching (#5531)
- Add NodeVersionStrategy support to ContainerOperationProviderEnhanced (#5532)
- Add Windows ARM64 agent to release notes (#5533)
Misc
- Updating Node24 version to 24.15.0 (#5539)
- Updated PostAnalysis task to version 2 (#5541)
Agent Downloads
| | Package | SHA-256 | | -------------- | ------- | ------- | | Windows x64 | vsts-agent-win-x64-4.273.0.zip | b50105745bee7e146fa0e093c30c5106fe8ef68559e6766344b22fe3e14e8b6f | | Windows x86 | vsts-agent-win-x86-4.273.0.zip | cc7b7a7a9d5b6c031df8c606e73c02fe81c495eebc2b7e3b5eb6a372e3a3a7bc | | Windows ARM64 | vsts-agent-win-arm64-4.273.0.zip | 0fb74950bdf82b69a24cc940abd542dbd1e0a10a9c66f9ef076bcd9c51936112 | | macOS x64 | vsts-agent-osx-x64-4.273.0.tar.gz | 7e87d8813018664b428ec7e04f348465ca0e8fb8d2892855694f3db6824c21cc | | macOS ARM64 | vsts-agent-osx-arm64-4.273.0.tar.gz | 3068ae9098b2f755c24721f90a92547aec3bd159fbcc11931d723ba7fd28d367 | | Linux x64 | vsts-agent-linux-x64-4.273.0.tar.gz | 8d1ce4fae3e81c60f3ddbb687c17e6a4b9bbae54f26cfe6becfd90d2aa406647 | | Linux ARM | vsts-agent-linux-arm-4.273.0.tar.gz | 698d23dcb16880ac4a5c67eba6be9f06ff21f70cd4e851bf85ac525b40e8134b | | Linux ARM64 | vsts-agent-linux-arm64-4.273.0.tar.gz | 33a45efc6ea87987a0a58b903c1c23ba51e866096a10a713daecc953eb29df31 | | Linux musl x64 | vsts-agent-linux-musl-x64-4.273.0.tar.gz | d299261668b3b94a9fb714a7b23bd17d312465d919166b4a24ac0a004f1b4dec | | Linux musl ARM64 | vsts-agent-linux-musl-arm64-4.273.0.tar.gz | 6fe0e66b73e29389dc1a6824dffccc7792896e1d6b94e12e694c4f6e8caf16e3 |
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.273.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.273.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.273.0.zip", "$PWD")macOS x64
~/$ mkdir myagent && cd myagent ~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-4.273.0.tar.gz
macOS ARM64
~/$ mkdir myagent && cd myagent ~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-arm64-4.273.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent ~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-4.273.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent ~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-4.273.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent ~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-4.273.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.273.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.273.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.273.0.zip | aae0df30e3244c165339dee36fdbf82fe35f76c574cc665e0384890e65693895 | | Windows x86 | pipelines-agent-win-x86-4.273.0.zip | 5c6eeeb9800aa03d408a12b3d7a0e7f68eea79e85975357f8cda533b30745889 | | Windows ARM64 | pipelines-agent-win-arm64-4.273.0.zip | 61ba19a12135bbe93b2d6cdbeb4ef5d440973ec160692505f15089215f718934 | | macOS x64 | pipelines-agent-osx-x64-4.273.0.tar.gz | dcc58fcd6490de68cbd9db53fd3254eefd6f8eceea04364c2f85496a83e3ce48 | | macOS ARM64 | pipelines-agent-osx-arm64-4.273.0.tar.gz | af5be37b8565092afd913d21c19aa7a8fb04f5b42b4decc6b2bf71c8e4d2ba99 | | Linux x64 | pipelines-agent-linux-x64-4.273.0.tar.gz | f0380efec38a403729783a9d56146591acc9fa6d5398e71e4b1fb804b47eb70c | | Linux ARM | pipelines-agent-linux-arm-4.273.0.tar.gz |…
Excerpt shown — open the source for the full document.