v3.225.0
Features
- Adding support to Pipeline Artifact and Pipeline Caching, for larger chunk size. (#4157)
- Added telemetry classes to produce inline publish functionality (#4333)
- Support Node 20 handler (#4346)
- WI 2048209 (#4367)
Bugs
Misc
- Add output if step is skipped (#4349)
- Enable end-to-end test in the agent CI (#4359)
- Add
AZP_AGENT_CLEANUP_PSMODULES_IN_POWERSHELL
agent knob (#4360)
Agent Downloads
Package | SHA-256 | |
---|---|---|
Windows x64 | vsts-agent-win-x64-3.225.0.zip | f4b643a1b2534198198e431f20631c9be9dcc1550b21b0a0bd2ccc781722670c |
Windows x86 | vsts-agent-win-x86-3.225.0.zip | 338f0e699b893022cc092842400923ca04774a3139181f69db559eb688334f71 |
macOS x64 | vsts-agent-osx-x64-3.225.0.tar.gz | fa3a5078cc5394137c9c56b2e40cfed8acba28fe6475fa9d2f5678cecfd5ceb5 |
macOS arm64 | vsts-agent-osx-arm64-3.225.0.tar.gz | 4bffa810e9f91a0e7ae7ccd3d612892b3dbad31a174355600b69f40214577755 |
Linux x64 | vsts-agent-linux-x64-3.225.0.tar.gz | dd161e77d9d7a52e3cfc2186ececffdc8c48d597202c2d9cd4f7e95e31694e1a |
Linux ARM | vsts-agent-linux-arm-3.225.0.tar.gz | 34ba5010460948dcd0efa6066b9ad4e963ca111504336f9a5031417b22133948 |
Linux ARM64 | vsts-agent-linux-arm64-3.225.0.tar.gz | 5901f966f3d9432b7de89c4ec44edeae4c486e0f7e97b60cc7cb0f3d0f072c6e |
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.225.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-3.225.0.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-3.225.0.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-3.225.0.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-3.225.0.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-3.225.0.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.225.0.zip | caab69efdd2edf3a41ec37df5e979c22d2c72a974575b8146afff843028f9197 |
Windows x86 | pipelines-agent-win-x86-3.225.0.zip | b7688e7abbd3bc6ba931b8cd7579d6b1cca82a3e3684f9660c452b6dc0766890 |
macOS x64 | pipelines-agent-osx-x64-3.225.0.tar.gz | fb1d3399d630b3b56cfae4882a7223dc92593b183fe63e25ca90e1a2e483bfaf |
macOS arm64 | pipelines-agent-osx-arm64-3.225.0.tar.gz | 93b64fece5ec3d54f2a0b396da38c870d5601ef33708727536a29124cc8c574e |
Linux x64 | pipelines-agent-linux-x64-3.225.0.tar.gz | e3607b484d7668cd7477f09a07e60b745452c81ff32e47948d11addb927175c0 |
Linux ARM | pipelines-agent-linux-arm-3.225.0.tar.gz | 3d77b5e56d9f4e8af8ec1c8e540ea15cdee7edd6b2a4e6d61f6b2a1b08875ba9 |
Linux ARM64 | pipelines-agent-linux-arm64-3.225.0.tar.gz | d688158b48479bf27e62049399fdae7b97b8eb16538b405c5d16f8d76c1e3ecc |