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)
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.224.1.zip | 7f056256946e090b7b8bc125388c8f484e0fe433c5cdc9d01b9995b9ddeac15e |
Windows x86 | vsts-agent-win-x86-3.224.1.zip | 48c370dc03cfc26c20f19f3230e11c1265bddfe58410564a912cc7eb1c76a22f |
macOS x64 | vsts-agent-osx-x64-3.224.1.tar.gz | 573157fb5b072a651e9e4ce78df2a5e1397d11bab83e03ecd289d828bdb2c166 |
macOS arm64 | vsts-agent-osx-arm64-3.224.1.tar.gz | ae36a2977dcb5abf9a0edb70e596ff7fbb8137dcf3dd8aba886680fbd4f5e3e6 |
Linux x64 | vsts-agent-linux-x64-3.224.1.tar.gz | 31aab8babbb4fb487cafc34e21c69ca8e70b4e24b3ffa549ac97dadbe1cd7334 |
Linux ARM | vsts-agent-linux-arm-3.224.1.tar.gz | a026e7c241c42d99bc01008edd6d413593b1c3c488920e75254e240a9684970c |
Linux ARM64 | vsts-agent-linux-arm64-3.224.1.tar.gz | 3f48d32493b28aa65ba62c3820342933fac453d1688e3b4b6a2c4d2fe6842e90 |
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.224.1.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.224.1.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-3.224.1.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-3.224.1.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-3.224.1.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-3.224.1.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.224.1.zip | f07d0e1a4f87ee7fe01e1e7ea7c08cae9761507f9cc60499934a51e142ef79c5 |
Windows x86 | pipelines-agent-win-x86-3.224.1.zip | 8a4bcd2f2e6be19d41260861d355111f8331cf88f4bd4a72d063c9ee5bd95b5b |
macOS x64 | pipelines-agent-osx-x64-3.224.1.tar.gz | 4a22cda24a77f5b600ec5b6b6aa9f65fec6e7097380151766ab94d7001e9be37 |
macOS arm64 | pipelines-agent-osx-arm64-3.224.1.tar.gz | 1312758edcd568c4cc55e48d0836be17e84313d287b6360024f73826bcf7a64e |
Linux x64 | pipelines-agent-linux-x64-3.224.1.tar.gz | 3fe074ea93474850cdafa84c42f08f0c539210733a1bd203e3c9f0d352b3f149 |
Linux ARM | pipelines-agent-linux-arm-3.224.1.tar.gz | 540a48f9bdbf1e3306610d0cd9eacb7ae87d80beec55a924156f96d89f99f503 |
Linux ARM64 | pipelines-agent-linux-arm64-3.224.1.tar.gz | c834f6d5dddf07baff7182e4312ca72c441d9c63de3cf54d7ebd0e5743713fce |