github microsoft/azure-pipelines-agent v2.193.0

latest releases: v4.244.1, v3.244.1, v4.245.0...
2 years ago

Features

  • Add prompt for autostarting service on Windows (#3534)

Bugs

  • Fixed error on finalize job (Could not load file or assembly 'Microsoft.VisualStudio.Services.Agent'...) (#3526)
  • Installing dependencies for SUSE systems - fixed issue with incorrect ID parameter picking up (#3528)
  • Add support of the default AdoptOpenJDK registry keys to capabilities scanner (#3533)
  • Add retries to client create and GetPipelineCacheArtifactAsync (#3539)

Misc

  • Add documentation for setting custom MTU parameter (#3527)
  • dotnet-install.sh updating (#3536)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.193.0.zip 5316ccf4f42b250ee2dd9d93f9e3b46dff69a1cb194d491d71ff7fec43909dda
Windows x86 vsts-agent-win-x86-2.193.0.zip 8436812adba19d5a66b9e37e2832793182fbc9803ded9a7922e027373854e55f
macOS vsts-agent-osx-x64-2.193.0.tar.gz 9a92a21ac055d34dad9c8496c2d636290ca050544bf2f8a3cfdc357ec20876cf
Linux x64 vsts-agent-linux-x64-2.193.0.tar.gz 557b30f48162cbd97fa560e33a9e8cc1a63bc9ec0afe8f17db0e89b31cca9d95
Linux ARM vsts-agent-linux-arm-2.193.0.tar.gz a3ef3ed092137574483e56aa503049993de5708e33570a3d553e449e94506c80
Linux ARM64 vsts-agent-linux-arm64-2.193.0.tar.gz 5c5c26ac18d324acfe6f0508cb4400c64a0de50b2c418ff946c8733bac9c5656
RHEL 6 x64 vsts-agent-rhel.6-x64-2.193.0.tar.gz b4559b52c28724b65726d59ce350217ea315413157d1865f43c73ab701246900

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.193.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.193.0.zip", "$PWD")

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.193.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.193.0.zip 20835ebc23197d691b43123c53f1e0e946be9652587d2bacc7e061ec88122b49
Windows x86 pipelines-agent-win-x86-2.193.0.zip a163898d65511e61f6ef4e383a41878bb4aeafd08be568292ee20ab84344b1e6
macOS pipelines-agent-osx-x64-2.193.0.tar.gz 0fa27b0ccdb25cd7c20f4ff782d8c6fb65d06c3e6bc36590b3db7e4a1a162b1f
Linux x64 pipelines-agent-linux-x64-2.193.0.tar.gz 953d33a728686e97db3d7cd51e464936c0970a8e5fdb7d0ca31d0e4f5d5dfc1f
Linux ARM pipelines-agent-linux-arm-2.193.0.tar.gz 7c6b8059cbabea0125128ad0c0e9f3751c02f336c8fd56c76383e21e4b8e6d52
Linux ARM64 pipelines-agent-linux-arm64-2.193.0.tar.gz f08d4f2bec0fc4a90a42fbaf158bd32f023de3d7d88cb7d14bb61a250ab92c50
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.193.0.tar.gz 291c071460bf206e188ce4854d57712c218152edf559c58fa86a3e4d2c826602

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

NewReleases is sending notifications on new releases.