ReleaseMicrosoftMicrosoftpublished Sep 10, 2025seen Jun 26

microsoft/azure-pipelines-agent v4.262.0

microsoft/azure-pipelines-agent

Open original ↗

Captured source

source ↗
published Sep 10, 2025seen Jun 26captured 1whttp 200method plain

v4.262.0

Repository: microsoft/azure-pipelines-agent

Tag: v4.262.0

Published: 2025-09-10T11:53:32Z

Prerelease: yes

Release notes:

Features

  • Adding process id in process invoker logs (#5300)
  • Updated Tracing class with operation name (#5296)
  • Added new tracing class to enhance logs with operation and other para. (#5288)
  • Adding code for duration tracking in lgos (#5307)
  • Fixing race condition during token generation (#5306)

Bugs

  • Form-data cgfix in release folder (#5303)
  • Fix Git for Windows version (#5311)

Misc

Agent Downloads

| | Package | SHA-256 | | -------------- | ------- | ------- | | Windows x64 | vsts-agent-win-x64-4.262.0.zip | 59d104b08516c311d23cbd7ab12906a65327b7eb7b432a8b6ed06ff0e212ab54 | | Windows x86 | vsts-agent-win-x86-4.262.0.zip | 2131db4baf2ce279c99b6e143c1f11b0d89ad80fd65219da2e868d42cfa7a2b0 | | macOS x64 | vsts-agent-osx-x64-4.262.0.tar.gz | 80aa08cf5406d0c41c98ed213671e1086d6ac131581251da90078b4149c45b16 | | macOS ARM64 | vsts-agent-osx-arm64-4.262.0.tar.gz | da91339199dc461f75cd75f2ba44343e8d210bbab6e93d1a500a256c0c98164e | | Linux x64 | vsts-agent-linux-x64-4.262.0.tar.gz | 6b4038483136db8181cfca4d1aa39efe1ab2d323e83118b2cd674849bce8eb3b | | Linux ARM | vsts-agent-linux-arm-4.262.0.tar.gz | 00613edf7ecfdef3f6ecaa18ff4b69c45bca35539f7324a26e4bcf1b00f6fbbe | | Linux ARM64 | vsts-agent-linux-arm64-4.262.0.tar.gz | 7e37451e615cdd8d6ae21ec2f76e9e9cccd0ba66fedbd582b9f6408655821b83 | | Linux musl x64 | vsts-agent-linux-musl-x64-4.262.0.tar.gz | 13eed76d4f0ca90d7ca20ed989f1c5e1162fcc8f89af927fcc846a3bff394eee | | Linux musl ARM64 | vsts-agent-linux-musl-arm64-4.262.0.tar.gz | b1f729bb248191badf4bed747480eac1407ef2009b8fd1101019727bc848070f |

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

macOS x64

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

macOS ARM64

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

Linux x64

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

Linux ARM

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

Linux ARM64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-4.262.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.262.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.262.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.262.0.zip | eacde6362fd7bcda854c05fd60e540ec9bbcae6e45837408853e7f0423b69101 | | Windows x86 | pipelines-agent-win-x86-4.262.0.zip | 615484f09a3b79931cdaf50ebb3b8a68eb3c88d2de18ff1c5ed43719952d83ba | | macOS x64 | pipelines-agent-osx-x64-4.262.0.tar.gz | e2f5c98efa41584c739f9270d2fe923ae115980aeb106fbb78be30f9480c30c5 | | macOS ARM64 | pipelines-agent-osx-arm64-4.262.0.tar.gz | a326a9f503d1beb33c0e204cfe0d1306cd349f212177d080459477d4f68e9a02 | | Linux x64 | pipelines-agent-linux-x64-4.262.0.tar.gz | 01b292fc89b16962fdb8dc6c486862180b421b4bcaf92e85c0d879fccf719415 | | Linux ARM | pipelines-agent-linux-arm-4.262.0.tar.gz | 6980859374188f901e7d121aee11ac8cac19766e6f2b97d1655cc218da780cc8 | | Linux ARM64 | pipelines-agent-linux-arm64-4.262.0.tar.gz | e41903a3ef95c89084c32154048abd3bfa70c850a563508f60d27fb9cfbf1bc6 |