github microsoft/azure-pipelines-agent v2.202.0

latest releases: v4.244.1, v3.244.1, v4.245.0...
pre-release2 years ago

Features

  • Move notifications about Agent Localization PR from Slack to MS Teams - Part 2 (#3745)
  • Update info about legacy http handler (#3775)

Bugs

  • Fix null ref exception for in IsInjectedTaskForTarget method for TFS 2017 and earlier (#3762)
  • Fix TEE download error when agent and work directory are located on different mounts (#3764)

Misc

  • Migrate to Ubuntu X64 for ARM build (#3772)
  • Update the src/Misc/dotnet-install.sh file (#3786)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.202.0.zip ce284702e904652f0ec55369074bb67af3845b813d70cb3e5c00efc952134215
Windows x86 vsts-agent-win-x86-2.202.0.zip fe1b8788f3b2df7dcdf1c6eaa0ed5d47b02136bf7402c99f31f948de2f3b1aa3
macOS vsts-agent-osx-x64-2.202.0.tar.gz ed6d3a22a069046c458afbe586262626272f32c61de1734801de9720f133d027
Linux x64 vsts-agent-linux-x64-2.202.0.tar.gz 898705ccbcfd14b5804d4d1b7e08c7678ccba5e8847f35b94edc2070ccd6e236
Linux ARM vsts-agent-linux-arm-2.202.0.tar.gz f68a99fb24e151371fe7bbd52921c8023095e4a2e9738cb9a303545a2b0468f4
Linux ARM64 vsts-agent-linux-arm64-2.202.0.tar.gz 353770ae609adf3b459622005222549c46d98563958801f4b1e5ead6f5ad3ec6
RHEL 6 x64 vsts-agent-rhel.6-x64-2.202.0.tar.gz 992f29e9437e0f466a172654a75b9c32ca2aeb33b76e6128b346d3d3125bedb4

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-2.202.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-2.202.0.zip", "$PWD")

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.202.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-2.202.0.zip 07e5791955c74ec4793fc1356452ab60206482516de0b4eef81eb386bcaee36e
Windows x86 pipelines-agent-win-x86-2.202.0.zip e5076e9c850e0dff4a825edb75c4ac1b6a80558f9ecfa71abdcb85c8b0cdccf3
macOS pipelines-agent-osx-x64-2.202.0.tar.gz fe6e9e954e2f11b1a733ef437e965e2b87baefc7f3586b332df7a942456ebd64
Linux x64 pipelines-agent-linux-x64-2.202.0.tar.gz 0ba30f7905e23f0e781ca477abcd9052f3c4a84b1ccbad60b9db03bf89152c16
Linux ARM pipelines-agent-linux-arm-2.202.0.tar.gz 0bcfe5447636461785eeef112934c7a733217adf3ee087460f6bc3f5d82f652f
Linux ARM64 pipelines-agent-linux-arm64-2.202.0.tar.gz bb4ab0de6bf06dfa1f7ba06b244656512f55a60664ded76fbe6be9f37ec090d0
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.202.0.tar.gz 299a642cd1900ba1b5f0e4f6a7b148a356270867faddd7cf5f1e758b61cb743e

Don't miss a new azure-pipelines-agent release

NewReleases is sending notifications on new releases.