Skip to content

Releases: microsoft/azure-pipelines-agent

v2.198.0

17 Jan 12:41
b18c35e
Compare
Choose a tag to compare
v2.198.0 Pre-release
Pre-release

Features

  • [macOS] Return the correct minor version on 11 and later OS. (#3605)
  • Add Event Log dumping (#3653)
  • Add passive validation - list local group memberships (#3673)
  • Added RepoType telemetry for checkout task (#3677)
  • Enabling validation of checksum for online agent update for ADO OnPrem (#3679)
  • Add function to read waagent.conf settings and condition to run it only on Linux (#3680)
  • Add passive validation - dumping cloud-init logs (#3681)
  • Added masking for environment variables containing credentials in diagnostic logs (#3682)
  • Download TEE plugin conditionally during checkout (#3684)
  • Added information about user groups into environment file (Linux, MacOS) (#3690)
  • Add cloud-init logs to diagnostics archive (#3700)

Bugs

  • Porting logic of handling negative patterns for DownloadBuildArtifacts task (#3664)
  • Added tests for ported logic of handling negative patterns for DownloadBuildArtifacts task (#3665)
  • Adding support of negative patterns for DownloadBuildArtifacts task in scenarios with using file share (#3666)

Misc

  • Add info about labels Latest and Pre-release (#3695)
  • Switched macos pool to 10.15 (#3697)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.198.0.zip c6c1c937cb0eab45e8d5fc091dc9baf3388e7babcdf6967f8547f4a6f8047826
Windows x86 vsts-agent-win-x86-2.198.0.zip cde37897887a61be8318ad26dd8f2217cca0630fc58f3b924b92764407de53d2
macOS vsts-agent-osx-x64-2.198.0.tar.gz 00741466117c8302d6491b96f3b64c296177490f83357e1beaa0bddcb2eb5ba9
Linux x64 vsts-agent-linux-x64-2.198.0.tar.gz 9be7cc70d829c724be6fe10d8de0c40eda01cd04ad8a5ce7253e0766a3d7d9ec
Linux ARM vsts-agent-linux-arm-2.198.0.tar.gz aaa2f95474f04539d736b272754281abb5858a452101f5aa599afb971eb69166
Linux ARM64 vsts-agent-linux-arm64-2.198.0.tar.gz d12041a873731a8ab95adc0183e81a045525de1e7327b5242867bf7f4672f5c2
RHEL 6 x64 vsts-agent-rhel.6-x64-2.198.0.tar.gz d5ba5f350db5e8c051684bd6e099f1ca5540c2dd44748daaba2c56524c1043e2

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.198.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.198.0.zip", "$PWD")

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.198.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.198.0.zip 139d2cda6150467cd4ce71e3f6be0a88a564fc01391940a4f127d6a86c1b855d
Windows x86 pipelines-agent-win-x86-2.198.0.zip 0f6fcd15af3cab9c73c5c6ba998b8b8742c8e20b45b31aea830c07d31757323d
macOS pipelines-agent-osx-x64-2.198.0.tar.gz 40c9629372a1d41af06fad83192225d7d3da0c02f98fc712da60a581289ca967
Linux x64 pipelines-agent-linux-x64-2.198.0.tar.gz 3554e82bda58cc64aabcfc88ce4a2f35d79a0f35cea53c734d24f4eff9248049
Linux ARM pipelines-agent-linux-arm-2.198.0.tar.gz 441d8983c613608da67567ce5566e7d9558606e5017c5ce13539b750592137e2
Linux ARM64 pipelines-agent-linux-arm64-2.198.0.tar.gz da309386f94b5929e46893beed63bd2d3eb9bfc7a11d660ebe8539c919ed4438
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.198.0.tar.gz aa49c03cfb095eaba866c332218625ef7556ec883c2459eb33eb31b3fe6a3e12

v2.196.2

21 Dec 12:37
857ee0a
Compare
Choose a tag to compare

Features

  • Better warnings for BlobStore errors (#3591)
  • Update VssApiVersion to 0.5.172-private (#3608)
  • Add if condition to lttng-ust installation for yum (#3613)
  • Improve error messaging for SSL related errors (#3568)
  • Issue 1836 - Adding of handling for exceptions "An existing connection was forcibly closed by the remote host" (#3616)
  • Added L0 tests for TrackingManager - MergeTrackingConfigs method (#3675)

Bugs

  • Sync send timeout of dedup client to VssConnection timeout settings (#3642)
  • Fixed result for MergeTrackingConfigs (#3586)
  • Rolling back retry handling on GetPipelineCacheArtifactAsync because it is causing real errors to be hidden with unrelated reporting telemetry errors. (#3621)
  • Turn off Node 6 execution handler deprecation warning for in-the-box tasks (#3633)
  • Warnings instead of exceptions for ConfigurationManager if deployment type has not been determined (#3614)
  • Fix bug with AZURE_PIPELINES_DEDUP_PARALLELISM not being enforced (#3618)
  • Suppressed Node 6 deprecation warnings (#3648)
  • Corrected agent's process on updating in a container (#3636)
  • Removed changing source directory if It already exists (#3654)

Misc

  • Added test TranslatePathForStepTarget_should_convert_path_only_for_containers (#3594)
  • Added timeline to the node6 warning (#3607)
  • RHEL/CentOS 7 Fix for Lets Encrypt Change (#3601)
  • Remove signing for third party libraries in agent release flow (#3611)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.196.2.zip bed616f1a80bf673edaa472419cb638ac102f9aa43dc8711ea95b87a266f32ec
Windows x86 vsts-agent-win-x86-2.196.2.zip 01744cc3533fad15cc801ee38a97d55fc1b00586adadc30228e8be83b6b3c5cc
macOS vsts-agent-osx-x64-2.196.2.tar.gz 75851aee203b689e119df1952e5e2964c2d851a9f1d051caaee1fb9901f750e6
Linux x64 vsts-agent-linux-x64-2.196.2.tar.gz af48486bbd04c937ffbfa48dcd69a9fc0bdcd8e2de6c87ae65b419a030e44890
Linux ARM vsts-agent-linux-arm-2.196.2.tar.gz 87da2cfa832751e148fe98ea2bc70e917e54ed92eb7df534540ccb4262a3abc1
Linux ARM64 vsts-agent-linux-arm64-2.196.2.tar.gz de81246dad15121d8abfd3da827c84d24982cf7e9e5f0d3091a3230504cd055f
RHEL 6 x64 vsts-agent-rhel.6-x64-2.196.2.tar.gz 62564714150efa4d796876722955417b720cacbf3a39cf779dd955b627e6bc54

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.196.2.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.196.2.zip 49cbc48128d855592e5f9cf5b047d6c0cd902e101410f6e49a19f363e25c488d
Windows x86 pipelines-agent-win-x86-2.196.2.zip cda1ef00e0503941d83128b9f74ab73641995b9267a997c87f3f2a6c748acf3b
macOS pipelines-agent-osx-x64-2.196.2.tar.gz 0ac608e705af563bb235f8de061384b6c6dae887a08f4e1504e00dc3602dbcaf
Linux x64 pipelines-agent-linux-x64-2.196.2.tar.gz d3e7ad387482b437a15757c1944ffda282f90e92b5d63eefa3ae856b140b9897
Linux ARM pipelines-agent-linux-arm-2.196.2.tar.gz ecdcf83d33f0eb082ea55821ddbe267dca86f6d782495145e9de834226231d72
Linux ARM64 pipelines-agent-linux-arm64-2.196.2.tar.gz c1808f63c61c92f9501838e99557846acb015e78e502f2c39f00bac0e9a469a6
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.196.2.tar.gz 2253fa711df87ff622bd635ddfee38c976ce2148771c7946da6f31add6dad4d9

v2.196.1

09 Dec 07:55
d81f18e
Compare
Choose a tag to compare
v2.196.1 Pre-release
Pre-release

Features

  • Better warnings for BlobStore errors (#3591)
  • Update VssApiVersion to 0.5.172-private (#3608)
  • Add if condition to lttng-ust installation for yum (#3613)
  • Improve error messaging for SSL related errors (#3568)
  • Issue 1836 - Adding of handling for exceptions "An existing connection was forcibly closed by the remote host" (#3616)

Bugs

  • Sync send timeout of dedup client to VssConnection timeout settings (#3642)
  • Fixed result for MergeTrackingConfigs (#3586)
  • Rolling back retry handling on GetPipelineCacheArtifactAsync because it is causing real errors to be hidden with unrelated reporting telemetry errors. (#3621)
  • Turn off Node 6 execution handler deprecation warning for in-the-box tasks (#3633)
  • Warnings instead of exceptions for ConfigurationManager if deployment type has not been determined (#3614)
  • Fix bug with AZURE_PIPELINES_DEDUP_PARALLELISM not being enforced (#3618)
  • Suppressed Node 6 deprecation warnings (#3648)
  • Corrected agent's process on updating in a container (#3636)

Misc

  • Added test TranslatePathForStepTarget_should_convert_path_only_for_containers (#3594)
  • Added timeline to the node6 warning (#3607)
  • RHEL/CentOS 7 Fix for Lets Encrypt Change (#3601)
  • Remove signing for third party libraries in agent release flow (#3611)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.196.1.zip d0fee92a09602de19d963ae05c50c1d34c322181f3a4453d358f0030c02b1dae
Windows x86 vsts-agent-win-x86-2.196.1.zip 2d8f2675cc2ddd41cab5ce30557443ee92182efefac8beaca48f5a8b7ce3a4c5
macOS vsts-agent-osx-x64-2.196.1.tar.gz ca69b0a3f85f29f9431e309c6619bb15a7e846320cf3d27a0f3dd38c4e3c3af6
Linux x64 vsts-agent-linux-x64-2.196.1.tar.gz 6a4b889b18be9c7a3d011230cb466f89c172d0e4f89a70a15fc99c78f0db9f3f
Linux ARM vsts-agent-linux-arm-2.196.1.tar.gz c5465fe106ff52acc15a1af0cbe3625a92b614a5b3fdd26be40661f5be745243
Linux ARM64 vsts-agent-linux-arm64-2.196.1.tar.gz 67eb82b232ff96a0c2bb7ae2beef9bc2e1a621fe0bd83fe9e60b2d74ffc2c96c
RHEL 6 x64 vsts-agent-rhel.6-x64-2.196.1.tar.gz 60bb8dfeb802a2c0598415b5f8227ca4996cfd20e43614db1202f60b4e8cd831

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.196.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-2.196.1.zip", "$PWD")

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.196.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-2.196.1.zip 862260fb4560edcdedb4369281dbcd1fb327c2ef516b777064766efcf110425a
Windows x86 pipelines-agent-win-x86-2.196.1.zip 72f1cf2d21ac07b19603262d961853d399e2aa02477ac0faa283ce211f829f38
macOS pipelines-agent-osx-x64-2.196.1.tar.gz 8eedb4f2270a02f264efdbfe1275f87df8ee0baa40d209ecb798e504997d73fd
Linux x64 pipelines-agent-linux-x64-2.196.1.tar.gz 2c1b0feebd4574ae1ead5994c3839eb03d14a5fe4a379fd70d22bfe21febb7c2
Linux ARM pipelines-agent-linux-arm-2.196.1.tar.gz f1fcd2829c07c7afe8d5877ee9415e5e3dc8f3fef4e3356bb39d31f0ca5cdb6b
Linux ARM64 pipelines-agent-linux-arm64-2.196.1.tar.gz c1bca46c1b506504fc0e72986a97fc50b16a0e59442cc543e629fe1b8ae82ae9
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.196.1.tar.gz 3919586bc12e132b730afc459cc8879984ca7522ce9003281cc6dc32188149e8

v2.195.2

03 Dec 13:27
44f820f
Compare
Choose a tag to compare

Features

  • Bump recommended Git version, fix prune-tags for older versions (#3581)
  • Add warning message for Node 6 handler (#3592)
  • Added knob to disable Node 6 deprecation warnings (#3623)

Bugs

  • Add retries for http client calls in pipeline artifact plugin (#3492)
  • HostContext.OnEventWritten check for null eventData.Message (#3570)
  • Update PowerShellCapabilitiesProvider to work with Visual Studio 2022 (#3571)
  • Fix for issue 3520 - disabling of inputs translating for checkout tasks (#3573)
  • Don't show $3/$4 in the number of retries error message (#3578)
  • Try to delete the workspace instead of fail (#3589)
  • Turn off Node 6 execution handler deprecation warning for in-the-box tasks (#3633)
  • Suppressed Node 6 deprecation warnings (#3648)

Misc

  • installdependencies.sh - added message about repositories for package manager (#3582)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.195.2.zip e1bea2ff100e9a8aa776fc22389c2e04ce39ba194de6d6fc011616e20004ee89
Windows x86 vsts-agent-win-x86-2.195.2.zip 5b3fa770d071973a2664a727a6bc89ae240b4c1a6a4a92fb33faa855ed8ae984
macOS vsts-agent-osx-x64-2.195.2.tar.gz b9328849673d9343c4aab4de9d2f6b0eb687c45237419375116d08bbe9419b23
Linux x64 vsts-agent-linux-x64-2.195.2.tar.gz 9351c09fbefc039f854cd7941fa875149358c01e781530edb65a6c30f20e834a
Linux ARM vsts-agent-linux-arm-2.195.2.tar.gz 8436b49012323aabbf4ce7a71ad1eaf806d4df17cbe9cf0fcf2901cc530d9c0c
Linux ARM64 vsts-agent-linux-arm64-2.195.2.tar.gz 800c4f87415f7c66bb282b02b4f2795592c4fa271850efa36ce09918b7114041
RHEL 6 x64 vsts-agent-rhel.6-x64-2.195.2.tar.gz d6fd7fdfefbd22146f6a635a015161d99fb19e766a48d940f7c12fe292fb08e3

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.195.2.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.195.2.zip b44d0f10ff21bdc2a3535a3ecfc9525e07dacde6a8b353215babf0eb4eb91d8c
Windows x86 pipelines-agent-win-x86-2.195.2.zip 2db212440512764468e7482d1ebd1317c6140793a00504a0deb69587b80d5bd7
macOS pipelines-agent-osx-x64-2.195.2.tar.gz 5aa19efee7e21415fe807e8b838684c4a33a0c9c4b36143e26bf7e5cf8dfaddb
Linux x64 pipelines-agent-linux-x64-2.195.2.tar.gz bc6a1630ca20917dcb865526ffe3be0717a432899c07f7b89f1acd69d62c581c
Linux ARM pipelines-agent-linux-arm-2.195.2.tar.gz d5c92911fb1a8d013c66e5cb73462d8097ed8acbcbba6777abb4b2c92e2c42f1
Linux ARM64 pipelines-agent-linux-arm64-2.195.2.tar.gz 1ab4f51a48b4e01f2e6824493013035d532b6202d37ed519ed128f5a8b50a3ac
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.195.2.tar.gz 40ed5d20502d4b5bb3967d56924313e3b640cc0cc79a28af0205e5ed008b9cfc

v2.196.0

01 Dec 08:00
a7a72b2
Compare
Choose a tag to compare
v2.196.0 Pre-release
Pre-release

Features

  • Better warnings for BlobStore errors (#3591)
  • Update VssApiVersion to 0.5.172-private (#3608)
  • add if condition to lttng-ust installation for yum (#3613)
  • Improve error messaging for SSL related errors (#3568)
  • Added knob to disable Node 6 deprecation warnings (#3623)

Bugs

  • Fixed result for MergeTrackingConfigs (#3586)
  • Rolling back retry handling on GetPipelineCacheArtifactAsync because it is causing real errors to be hidden with unrelated reporting telemetry errors. (#3621)
  • Turn off Node 6 execution handler deprecation warning for in-the-box tasks (#3633)
  • Warnings instead of exceptions for ConfigurationManager if deployment type has not been determined (#3614)

Misc

  • Added test TranslatePathForStepTarget_should_convert_path_only_for_containers (#3594)
  • Added timeline to the node6 warning (#3607)
  • RHEL/CentOS 7 Fix for Lets Encrypt Change (#3601)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.196.0.zip abf4a802e73cd0c38edfa0d4a0ec6fb3d2b9ab97cfa1061827d158383194ed75
Windows x86 vsts-agent-win-x86-2.196.0.zip 3c1754ea8c798a9caf748285db13678b827401a78f498758e74ffe1dafdedb8b
macOS vsts-agent-osx-x64-2.196.0.tar.gz bba3d1cc228dd9ea51ab63911cc6e2b4566536ad1e2286a71719593e3aadcffc
Linux x64 vsts-agent-linux-x64-2.196.0.tar.gz afb4e6148a7bd9e0e795e5afdaf26694f113c60b2ecbd5ab1bc07a54ea84c35e
Linux ARM vsts-agent-linux-arm-2.196.0.tar.gz 5c8568910887318a5ab0d961da44dc69468375ab4c59e9167c651b4a33ee997d
Linux ARM64 vsts-agent-linux-arm64-2.196.0.tar.gz 3bb42af2e636aee0fc94afef7080a80932a3e2384bdbb812cbabbfe313b64073
RHEL 6 x64 vsts-agent-rhel.6-x64-2.196.0.tar.gz f2d02381dee3e73ae71671b60bfae3be9375c724039a6647393986fab425f704

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.196.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.196.0.zip", "$PWD")

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.196.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.196.0.zip bd5a64b515c032e7ee5929502fcba97f02ee14f57bc8f3ac2344c5db2da8e807
Windows x86 pipelines-agent-win-x86-2.196.0.zip 8b86f91fab0eb06b781b843d8b6fcdf1489e707770e750b7afa2206e86793a36
macOS pipelines-agent-osx-x64-2.196.0.tar.gz bace4f1cf042e76ed0dbaeba334fb6006302799ded30673be34b42ef5ad6cb73
Linux x64 pipelines-agent-linux-x64-2.196.0.tar.gz 991263d4d37c720db2db47806f6bceb5772a1492729ee7969ada5478bc564e0d
Linux ARM pipelines-agent-linux-arm-2.196.0.tar.gz 17dfc478dced3ad7c3348a66366aa2480235ca090c714ebc66d7b3be7ec5a1c5
Linux ARM64 pipelines-agent-linux-arm64-2.196.0.tar.gz 20f9a2a0e52b61504f9c3dd52ae4e9bf113b441f1618bbc94967593ed75fd03a
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.196.0.tar.gz 3593abcc9c8f829c01f3d755a2c01d9b0f080896d196030132a1e30c685dd898

v2.195.1

26 Nov 11:50
fc94fec
Compare
Choose a tag to compare

Features

  • Bump recommended Git version, fix prune-tags for older versions (#3581)
  • Add warning message for Node 6 handler (#3592)
  • Added knob to disable Node 6 deprecation warnings (#3623)

Bugs

  • Add retries for http client calls in pipeline artifact plugin (#3492)
  • HostContext.OnEventWritten check for null eventData.Message (#3570)
  • Update PowerShellCapabilitiesProvider to work with Visual Studio 2022 (#3571)
  • Fix for issue 3520 - disabling of inputs translating for checkout tasks (#3573)
  • Don't show $3/$4 in the number of retries error message (#3578)
  • Try to delete the workspace instead of fail (#3589)
  • Turn off Node 6 execution handler deprecation warning for in-the-box tasks (#3633)

Misc

  • installdependencies.sh - added message about repositories for package manager (#3582)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.195.1.zip 69c2c58d0ee4318b3159a9261911c0ad89961ff40c3f272fa244005ba1363556
Windows x86 vsts-agent-win-x86-2.195.1.zip 6d5e9d933686c46c4790ed73feb2597b77e01350cc58164f45f241f4743a4e63
macOS vsts-agent-osx-x64-2.195.1.tar.gz 188d4eced731d30fe415c1840ace265a8d0f30a5dcf861cfe652a1a2df57c4b0
Linux x64 vsts-agent-linux-x64-2.195.1.tar.gz ef06590c0f17bb835dc0b8bf51389684bfe6dd400564054fb65e8141b277d761
Linux ARM vsts-agent-linux-arm-2.195.1.tar.gz 0548082e0ba325b6105fff253e121cec7872409ad780b2128d5b3de1de6fd10f
Linux ARM64 vsts-agent-linux-arm64-2.195.1.tar.gz 5a5bcb7fbb07006955ed7f91316b6aca41ee850dd32b6922de1c7358b26c0003
RHEL 6 x64 vsts-agent-rhel.6-x64-2.195.1.tar.gz d0469ad285af9e3c5437bd0fa9580677f0f365d9a8d130fd5400daf6d897a4e8

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.195.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-2.195.1.zip", "$PWD")

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.195.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-2.195.1.zip 06301e98744dc26f1130e8bc0da9b4651d368d358688dc7e2372931eeb09ade9
Windows x86 pipelines-agent-win-x86-2.195.1.zip d96ec276bc33b7ebc6f3fd0aff69ce4b67e011c193b41187ce1a9ee2b226103c
macOS pipelines-agent-osx-x64-2.195.1.tar.gz 8912928a28729bbc3b9807232e3af10cd44aeb1bf8fabb2d4ed3c14d5757c42b
Linux x64 pipelines-agent-linux-x64-2.195.1.tar.gz be0e46b57c21e4d90be820bafcad6c55a6a48043e1757d4c60ee794d44911d53
Linux ARM pipelines-agent-linux-arm-2.195.1.tar.gz aa791e946e1ef360bb210ecc13c2689452dcd9db41143a2a3e0d3d54ab408f56
Linux ARM64 pipelines-agent-linux-arm64-2.195.1.tar.gz b290d23277339cbe1fa75133e4fcf9229c35871b120dc3682a426992560f147e
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.195.1.tar.gz 6e409ef0867b0c9e7ca2100951d63c16e1215ad8df8844d2b6115acc2bb8735b

v2.195.0

08 Nov 13:44
124d863
Compare
Choose a tag to compare

Features

  • Bump recommended Git version, fix prune-tags for older versions (#3581)
  • Add warning message for Node 6 handler (#3592)

Bugs

  • Add retries for http client calls in pipeline artifact plugin (#3492)
  • HostContext.OnEventWritten check for null eventData.Message (#3570)
  • Update PowerShellCapabilitiesProvider to work with Visual Studio 2022 (#3571)
  • Fix for issue 3520 - disabling of inputs translating for checkout tasks (#3573)
  • Don't show $3/$4 in the number of retries error message (#3578)
  • Try to delete the workspace instead of fail (#3589)

Misc

  • installdependencies.sh - added message about repositories for package manager (#3582)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.195.0.zip 5f8a4ad7c90a41f975f7fd68b9900ca47550d49ad115e7064e9ca64c90b1f7ff
Windows x86 vsts-agent-win-x86-2.195.0.zip 8a4f4cdc5fe596f4675f4b93d500433f7d6012442097ac056ca93928b8b02dce
macOS vsts-agent-osx-x64-2.195.0.tar.gz 62037a7df2164dcdf155ff17fcbf1124594febeed932e826807dbca8980711c7
Linux x64 vsts-agent-linux-x64-2.195.0.tar.gz e82c63239098bcde5eea4fa612f5e052433505af3b592d55ce0165d5d03918c0
Linux ARM vsts-agent-linux-arm-2.195.0.tar.gz 6b0d22c7eaa81142fd93710307828f6e2597e3c9a827aad356961500721f0480
Linux ARM64 vsts-agent-linux-arm64-2.195.0.tar.gz f9f9ed1d453be7cb0ad82f95321cb068a538913f687ac9b7ea8f0f8c41b14d92
RHEL 6 x64 vsts-agent-rhel.6-x64-2.195.0.tar.gz 124c92ea34ca23556cfed07572862d7e9ce86893ffea33fd5aee1ff9d4a02987

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.195.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.195.0.zip", "$PWD")

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.195.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.195.0.zip 3275cc068255d1a0e76dbc82cb61035b83ef473257b68eb09894dce51148d18d
Windows x86 pipelines-agent-win-x86-2.195.0.zip 725a3c648d68a43d8e32039100f4dc4e6fb2f8482077a47f4404a25d310eff6f
macOS pipelines-agent-osx-x64-2.195.0.tar.gz b04c76a7ace4fd0cd18fbf206b3b61dce7d4079fdaf04108337d2a7cdbaad388
Linux x64 pipelines-agent-linux-x64-2.195.0.tar.gz 3d720fbafda71b7170ec1512421752cdd19a50133f4d7aa5ea6d1697bd985843
Linux ARM pipelines-agent-linux-arm-2.195.0.tar.gz bc5d29e614036b0d1bf399569bc915d313581c9be5ec1cb8cff695932aaf46bd
Linux ARM64 pipelines-agent-linux-arm64-2.195.0.tar.gz 05bdc73c308053bf011c34676efbfaf5a23cfbdd9a3e5e8ef4cef44840122556
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.195.0.tar.gz bef5cb2685a53dff8b952e02fa0d3402236e7a0b5dbf2a01b20c280fe6368430

v2.194.0

19 Oct 07:33
2b45edd
Compare
Choose a tag to compare

Features

  • Add the ability to retry the pipeline task if execution failed (#3505)
  • Validate agent package checksum during self-update (#3524)
  • Add processing of target inputs in decorator task (#3550)

Bugs

Misc

  • Improve the ArgumentException message for changing file attributes (#3555)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-2.194.0.zip 66e91095a4979d91ad7117cdc2dff3ca1e12765d5739e28d7aec19ace7767660
Windows x86 vsts-agent-win-x86-2.194.0.zip bc67500012ef8de5eedabcf593e4eb7734849a18fe34f6bb06c627e734ac3f1b
macOS vsts-agent-osx-x64-2.194.0.tar.gz e2882640e14be8384c13d428d401772ad1d70ef84954f358257cf93351cffc47
Linux x64 vsts-agent-linux-x64-2.194.0.tar.gz 8a58babefe4724617789749567b0e41e2b880d1dd395e495f7c77a65cc584b7e
Linux ARM vsts-agent-linux-arm-2.194.0.tar.gz 8cf64947f88b762e4d38de443864a59993935ac0ca408545cdc9790acdcbd739
Linux ARM64 vsts-agent-linux-arm64-2.194.0.tar.gz 47f0c8491b256b64802255797ba68572abb091e1de3d8316c39ae6fc345b98b9
RHEL 6 x64 vsts-agent-rhel.6-x64-2.194.0.tar.gz a352df3b9d33895b3385c687c8980b00af729be8a6cbb75f3e259179d17a6dd2

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.194.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.194.0.zip", "$PWD")

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.194.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.194.0.zip 531c58bd7a22b9bcfd96b536b67bdee7f4120a105733f9f5f1e87536b849b0b9
Windows x86 pipelines-agent-win-x86-2.194.0.zip 902f990458316afd37e2c8f091423d091032932475d17c506f06fcba9c71ddcf
macOS pipelines-agent-osx-x64-2.194.0.tar.gz 16894ccd727dcf8d4c789dccc158b9887661ca71d1aafca2bbde1f4b0f72edc7
Linux x64 pipelines-agent-linux-x64-2.194.0.tar.gz fc6dfdc94e9d2e88affc3668f44d1453a9c31382ce521d56774e1dafee63619b
Linux ARM pipelines-agent-linux-arm-2.194.0.tar.gz 8699e41ed0c313bd9f59b1ff4488db0c94d8a451600a3084525ed98b70128141
Linux ARM64 pipelines-agent-linux-arm64-2.194.0.tar.gz 739df0af5f5b3d0ba76b5346dd45f50f7dc4222df7bf2c8d3910ee99b744871e
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.194.0.tar.gz 8deb5674a69b98c6d304ce05ab1842b988cf9bd4fd401cc808ff4db38bf77783

v2.193.1

05 Oct 10:10
03ad102
Compare
Choose a tag to compare

Features

  • Add prompt for autostarting service on Windows (#3534)
  • Summarized view of Xunit hierarchal tests based on a FF (#3548)

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.1.zip 1264509503e14f92f777418712eb932646736e990ed27f67091d9d7a5e260ce0
Windows x86 vsts-agent-win-x86-2.193.1.zip cb1adb7d04134eabcd447d80a17fd51bcf98c70edfe1428a709f4898caa40cd5
macOS vsts-agent-osx-x64-2.193.1.tar.gz 2049670f12950d999f53fcbd44cb953c4912e116bdd75ef95161a195a3aaf8c3
Linux x64 vsts-agent-linux-x64-2.193.1.tar.gz 3b1159e0d1f672d96c87b8e81b89e12f7e8b40e75c7f277eec7c4ca70ab43f95
Linux ARM vsts-agent-linux-arm-2.193.1.tar.gz 8943d37e2e94e218eec71750a041e479a3ecb52d5d92868a1c8058b4397bd780
Linux ARM64 vsts-agent-linux-arm64-2.193.1.tar.gz d2be44fa2612b2aa642ddcf29c1ee0e64c0533406f3d46205ff19e261cb82c4a
RHEL 6 x64 vsts-agent-rhel.6-x64-2.193.1.tar.gz 0b0728fa32beeb3ad8e8c0c330ab3cebf10eff79f9fb7219dc44801535abc556

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.193.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-2.193.1.zip badc07a7983c8ea59aec2e2a5b592f59f2e828fb857c1ac84edb55f098e8b337
Windows x86 pipelines-agent-win-x86-2.193.1.zip add2d9dd2f3bfd7d886d3742eb20248546c2a4c90de275c7e890ae12af96cc3f
macOS pipelines-agent-osx-x64-2.193.1.tar.gz 8faab102085c1963819392696b789ccc1cce11c1edde9c717c0e9c5ecdc36a39
Linux x64 pipelines-agent-linux-x64-2.193.1.tar.gz b3513cef181d3e34f0c216c8b92b652ad4959ddd3537ce5149d104a003b62f09
Linux ARM pipelines-agent-linux-arm-2.193.1.tar.gz f58451e9cd995ef512bfdaa1aca9a270a655c8f086b4d72c9da8f1df9f64b0e1
Linux ARM64 pipelines-agent-linux-arm64-2.193.1.tar.gz 4da079ce35e1f594129bb2b14592ddb3d56e58f585d485b714e7b0a46d39aefb
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.193.1.tar.gz 66e04eb3d1b623684f97877f2cae6f010a096c0fed766c14513433ea3e0397e0

v2.193.0

23 Sep 10:29
d9928d9
Compare
Choose a tag to compare

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