Skip to content

Releases: microsoft/azure-pipelines-agent

v3.229.0

17 Oct 12:15
34e2c30
Compare
Choose a tag to compare

Features

  • Update process handler (#4425)
  • Check task deprecation (#4458)
  • Enable Domains for Pipeline Artifact (#4460)

Bugs

Misc

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-3.229.0.zip 42097e6d42edd338870abe5ca4c08ef4ade419d7f4d45e237da09d56816b8062
Windows x86 vsts-agent-win-x86-3.229.0.zip 06d778f182c6278a66b0fd0bab970d4d478eefbaca1081bf28a01d859c8a2895
macOS x64 vsts-agent-osx-x64-3.229.0.tar.gz cb2cfabcff4111fa5c706526070bf34c4ca94953d8d4ec4b28dab3a5c5c43e59
macOS ARM64 vsts-agent-osx-arm64-3.229.0.tar.gz 43bd1fb59a572366168779ff41dd1f5f82b8969db877e15354a5896716953efe
Linux x64 vsts-agent-linux-x64-3.229.0.tar.gz d6e08bed0ee8d04e077a006a88376b658bebff1c4ba089a24d45fe79bc489455
Linux ARM vsts-agent-linux-arm-3.229.0.tar.gz f66ebf820fdfd83632ce944d19173a6c1705fb96508a118938a9292069ba108a
Linux ARM64 vsts-agent-linux-arm64-3.229.0.tar.gz 5dbdf1d2154df7892fc67b767d46f5b7378f7856f01e660642ecb7926e4449d3
Linux musl x64 vsts-agent-linux-musl-x64-3.229.0.tar.gz 40c3e94b7249e05fbeea2c638e05461bd6c05665acf69f3285ad4e88e1f3cdf7

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

macOS x64

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

macOS ARM64

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

Alpine x64

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

Note: Node 6 does not exist for Alpine.

Alternate Agent Downloads

Alternate packages below 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.229.0.zip 827c8d574cdae33cacf31fd39138786c0278b441a1281d1d8bb7943661a33e73
Windows x86 pipelines-agent-win-x86-3.229.0.zip 5781d447b578768292ba286b771732a8c7b155342703c2f595e76d6c79357e84
macOS x64 pipelines-agent-osx-x64-3.229.0.tar.gz 0f34a5a68ab448bf25ec73c9b3bd47872fa1baae18973bfceb0e6fbd457fa27f
macOS ARM64 pipelines-agent-osx-arm64-3.229.0.tar.gz c1872163cc386df34c707d319d51f1592246785fdaf10e6e7aa9bfbaae4965d0
Linux x64 pipelines-agent-linux-x64-3.229.0.tar.gz ecb72e4f6cab6cbfa9094c5e77ddbed140cfc1d243184e92de20d5c40d43111d
Linux ARM pipelines-agent-linux-arm-3.229.0.tar.gz 4d8afc9c585a373bcee1d7a0fdd4966ebfec9b73bccd56d5ecef4c7d339aa9ca
Linux ARM64 pipelines-agent-linux-arm64-3.229.0.tar.gz e5d477e9996527fa37b1619f7e2469ff22e1782b820f72de0eb18e6ab06ac147

v3.227.2

12 Oct 15:16
9667e03
Compare
Choose a tag to compare

Features

  • Service Principal auth (#4255)
  • Add Device Code Flow as Pipeline Agent authentication (#4315)
  • Add default value if build repository clean is not set (#4356)
  • Support Alpine OS (#4375)
  • [AgentService] - Migrate AgentService to .Net Framework 4.7.1 (#4387)
  • Download dotnet-install.(sh/ps1) script when building the agent (#4401)
  • Enable CI for Alpine (x64) (#4404)
  • Add resource utilization metrics (#4405)

Bugs

  • PlanId fixed in CustomerIntelligence data (#4347)
  • fix detect rhel release (#4393)
  • Fix - detect Alpine-based docker image (#4400)
  • Fix return type of GetFutureFlagAsync (#4441)
  • Set UTF-8 encoding for working with GB18030 (#4447)
  • Revert "Update agents git to 2.41.0" (#4452)

Misc

  • Fix release npm dependencies (#4293)
  • Localization update (#4370)
  • Move condition result trace from result code to output (#4371)
  • Fix functional signing L1 tests (#4390)
  • Update agents git to 2.41.0 (#4394)
  • fix agent CI - create AzureDevOps PRs (#4396)
  • Remove RHEL from the agent CI (#4408)
  • Add ability to retrieve featureflag status (#4415)
  • Remove not used "Microsoft.IdentityModel.Clients.ActiveDirectory" (#4420)
  • Update the installdependencies.sh script for Alpine (#4421)
  • Bump dotnet to 6.0.413 & node16 to 16.20.2 (#4429)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-3.227.2.zip ddb7cf69609dc39aa93d7de76e0215e5d5890c825bc5118ae29855bda0dbf920
Windows x86 vsts-agent-win-x86-3.227.2.zip 08886773e3759e54f1f62fc4b445b7432c90d4adfd6e30e78dd2d794cf624e2e
macOS x64 vsts-agent-osx-x64-3.227.2.tar.gz 56dfb690cd3767e29671e84b2667d474d629b0c4ad78536b627687f59b39bcd0
macOS ARM64 vsts-agent-osx-arm64-3.227.2.tar.gz bb1ad398b6871a72df85917baf45e0408cbed91e704c77c860f8c6c0e9826f6a
Linux x64 vsts-agent-linux-x64-3.227.2.tar.gz 978b81796884af58bcd73d9165cdff7917b23d115cb82e0fa82e30aa5ef75c81
Linux ARM vsts-agent-linux-arm-3.227.2.tar.gz 524c8a6c2233cbb7de0d86b7d7cc4110289c5ae9e9e3bb52da92d167412f7fb4
Linux ARM64 vsts-agent-linux-arm64-3.227.2.tar.gz 68280c1f0544d043fdcc2c06b68994eedee14a5474a6194f11a23239574429f9
Linux musl x64 vsts-agent-linux-musl-x64-3.227.2.tar.gz 37b83fe3c53b457a4048cb0cd3f31661ed15d8a9c54feabc887221170e3a02bc

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

macOS x64

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

macOS ARM64

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

Alpine x64

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

Note: Node 6 does not exist for Alpine.

Alternate Agent Downloads

Alternate packages below 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.227.2.zip d1abc0cf83312d6be23e1827bffe63b6061c298bf5032ad2ed6939f98152b1de
Windows x86 pipelines-agent-win-x86-3.227.2.zip 01bff667d59b8218cf0bf8c855fc775da3fe35bae785aea6206af1889f1c5ca8
macOS x64 pipelines-agent-osx-x64-3.227.2.tar.gz 2ece04e2ca972f2ede97a83dd525941260c3cc9a843e9c51f98b5786d87cf304
macOS ARM64 pipelines-agent-osx-arm64-3.227.2.tar.gz 0d6bfbb914b50fd122740ee5ca1565173a76eb6eaf7cb717930a0ed5b1d111bd
Linux x64 pipelines-agent-linux-x64-3.227.2.tar.gz ecf27776af920e8ac2d79237b0c8fa48b0a0ac4073ef4903eacbb4c17042a5af
Linux ARM pipelines-agent-linux-arm-3.227.2.tar.gz cdf9a78a34fe62245b99bbf38a297981456cdbcb6787b1236e5d8627f8aba291
Linux ARM64 pipelines-agent-linux-arm64-3.227.2.tar.gz 1a3486fc1faeb75ae894f9835da39cf8e23a51f967a09a6071f482a35048eec2

v3.225.2

11 Oct 19:31
Compare
Choose a tag to compare
v3.225.2 Pre-release
Pre-release

Features

Bugs

  • Set UTF-8 encoding for working with GB18030 (#4447)
  • Update tf tool version on x64

Misc

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-3.225.2.zip 86ea14dbc45ba7885c38892fba674539105f9b4832f0f68f645129c7c82b46c6
Windows x86 vsts-agent-win-x86-3.225.2.zip 7d934e37d192f63df2d53d3207090b7f9745581f972231bc199eff144e804622
macOS x64 vsts-agent-osx-x64-3.225.2.tar.gz 81e4f98c8fe0cc27f00ce5e3dd875092e7c27fffc2c6f1e2d466cc8495c64f5a
macOS arm64 vsts-agent-osx-arm64-3.225.2.tar.gz 1fa022e97ecae917c27f82aa54ba310907587457a4e5738b4e6a2e9c5a3ab8a4
Linux x64 vsts-agent-linux-x64-3.225.2.tar.gz 9df16e8fb23c5a829f6565c26b8db239d08a4e28f556cfbcb6172cc14ef1d9eb
Linux ARM vsts-agent-linux-arm-3.225.2.tar.gz fd9abd158af877aa8fcfd27fcbe8355cc252784d4b74460c3e67b331280c0873
Linux ARM64 vsts-agent-linux-arm64-3.225.2.tar.gz 2441e2cc620a0548fe20dc5a37397122789d8e2ef14587f125cd02b3d705f452

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-3.225.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-3.225.2.zip a1b2ef015b5be86bc92b0bb69ac21639af64a846e56b25a3b9c60e37c92a8dcc
Windows x86 pipelines-agent-win-x86-3.225.2.zip 176c8eca1097c6cc955d25f24a567b2c7eac5dec118f01c9a131cc92dbbc43f4
macOS x64 pipelines-agent-osx-x64-3.225.2.tar.gz 831a67361e18eceb4a77afc4d4616a0eeae1262b40de70d367bf1a639ec789b7
macOS arm64 pipelines-agent-osx-arm64-3.225.2.tar.gz 8fa70789ad73dbbdc0f55d50302303166a36ae5a8bc27c947a2c9f67cde81e5a
Linux x64 pipelines-agent-linux-x64-3.225.2.tar.gz c22f4079b74b977a24ce37da2a31b73645eb465c10ab7a1255e628b53d24aab6
Linux ARM pipelines-agent-linux-arm-3.225.2.tar.gz f3997410a06a92790921e96829e09ae03cdbc13b786c19e51077ce239079bc4b
Linux ARM64 pipelines-agent-linux-arm64-3.225.2.tar.gz 5515e3730d363483324dfe739e837747cbb6b13b200e28bbb9801f3e46851ecc

v3.227.1

26 Sep 15:05
cb2d51d
Compare
Choose a tag to compare

Features

  • Service Principal auth (#4255)
  • Add Device Code Flow as Pipeline Agent authentication (#4315)
  • Add default value if build repository clean is not set (#4356)
  • Support Alpine OS (#4375)
  • [AgentService] - Migrate AgentService to .Net Framework 4.7.1 (#4387)
  • Download dotnet-install.(sh/ps1) script when building the agent (#4401)
  • Enable CI for Alpine (x64) (#4404)
  • Add resource utilization metrics (#4405)

Bugs

  • PlanId fixed in CustomerIntelligence data (#4347)
  • fix detect rhel release (#4393)
  • Fix - detect Alpine-based docker image (#4400)
  • Fix return type of GetFutureFlagAsync (#4441)
  • Set UTF-8 encoding for working with GB18030 (#4447)
  • Revert "Update agents git to 2.41.0" (#4452)

Misc

  • Fix release npm dependencies (#4293)
  • Localization update (#4370)
  • Move condition result trace from result code to output (#4371)
  • Fix functional signing L1 tests (#4390)
  • Update agents git to 2.41.0 (#4394)
  • fix agent CI - create AzureDevOps PRs (#4396)
  • Remove RHEL from the agent CI (#4408)
  • Add ability to retrieve featureflag status (#4415)
  • Remove not used "Microsoft.IdentityModel.Clients.ActiveDirectory" (#4420)
  • Update the installdependencies.sh script for Alpine (#4421)
  • Bump dotnet to 6.0.413 & node16 to 16.20.2 (#4429)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-3.227.1.zip 42dd3cc984615245475e73ae0b4173c54042df2bf572b9aa0edecb8350884cef
Windows x86 vsts-agent-win-x86-3.227.1.zip 36b7923a6a9704851b66013156a429da9e0246684473912853899222b08fcbe4
macOS x64 vsts-agent-osx-x64-3.227.1.tar.gz 0e043f70736c8c0d01a323d1cebfbda0c754a0e0239e22849f3115ebe78f44a1
macOS ARM64 vsts-agent-osx-arm64-3.227.1.tar.gz 82bfe554c7a757c90bcf8dd9a9927c51774903f0accc4b3236ac31774cd6ed17
Linux x64 vsts-agent-linux-x64-3.227.1.tar.gz a85580198566385377b6a51afc28632ae35f39b9fa07ea2813ada975911c405e
Linux ARM vsts-agent-linux-arm-3.227.1.tar.gz c4f43005ff2bf9b81ef696f9fd36a79a55fa4d79f837a9ba6e6d898695d07e72
Linux ARM64 vsts-agent-linux-arm64-3.227.1.tar.gz 6f0037ab0f2f8fed07c0c80d5bdf26d56c4e8021b7cb4defb0052bca57a79ae6
Linux musl x64 vsts-agent-linux-musl-x64-3.227.1.tar.gz e8acaaa76047e9eb02e2c011698c79c42af1611119acb3fe4a2e6d2c01eeac8f

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

macOS x64

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

macOS ARM64

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

Alpine x64

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

Note: Node 6 does not exist for Alpine.

Alternate Agent Downloads

Alternate packages below 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.227.1.zip a10e42cc532fe9df9866dbbff4461747128d0d4412c6d0dcd6984290dd37f727
Windows x86 pipelines-agent-win-x86-3.227.1.zip 2e40d62fe5262b9cf0f93e505892e982b7d6c3a79e17c4019f518e8c4d49443c
macOS x64 pipelines-agent-osx-x64-3.227.1.tar.gz ab436e57819e74f8f69e6ae0c8f2d8403ced68051898434bebb9051728c4dc20
macOS ARM64 pipelines-agent-osx-arm64-3.227.1.tar.gz f4dafd441596dd2f82a35ada67f32949b9ba4ecdfc1c502b4c590d842a7392c3
Linux x64 pipelines-agent-linux-x64-3.227.1.tar.gz 512c9f2df48c6fdb61e134ccf7f40ddca7012f560c8cc02af1868f13ad5d9c41
Linux ARM pipelines-agent-linux-arm-3.227.1.tar.gz b04a940a39e7f38c7e4b67c08accd76938b489ca10031c2066ac106e7c29ed2d
Linux ARM64 pipelines-agent-linux-arm64-3.227.1.tar.gz 77b595e3c5b3e722060e2ddd22bd5423438b6662b8413dad5d3f2a09cb95b69f

v3.225.1

25 Sep 20:27
Compare
Choose a tag to compare
v3.225.1 Pre-release
Pre-release

Features

Bugs

  • Set UTF-8 encoding for working with GB18030 (#4447)

Misc

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-3.225.1.zip 54a7aca8b677edcc8a0e38d4196926e846fee5d50e469a03a1346e6b86ece629
Windows x86 vsts-agent-win-x86-3.225.1.zip e06fddfbdaebdd602fcdcc92792a4aa4a18e77b93f827e82b2fe1eabba48fe1d
macOS x64 vsts-agent-osx-x64-3.225.1.tar.gz e70e8849c94bfc81c10cc427f6e00da38a29733de242f4cb8eefcdb4fa3acc18
macOS arm64 vsts-agent-osx-arm64-3.225.1.tar.gz ffa6eadbfc24f1c6fbc8a1156b93ea286c9acb6f047052715e809c44bfc8423c
Linux x64 vsts-agent-linux-x64-3.225.1.tar.gz 7f6f64adeb7e173a9f3eedcd3f4aa70f4351aa4ee7457b45f5c429e555ca5f9b
Linux ARM vsts-agent-linux-arm-3.225.1.tar.gz 723bcd5a90e3bf3d41b3321e9b7e2ac71fc9ba71a41f3e05d6aa69d3992d4457
Linux ARM64 vsts-agent-linux-arm64-3.225.1.tar.gz 2384b333d0ea977839537530605a6ef25c1919482acc21c24ada2610ccb1517f

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-3.225.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.225.1.zip 1fb24fe8cd221b56c8306f7664b846a95fada703da938f38b75175751fc7955a
Windows x86 pipelines-agent-win-x86-3.225.1.zip 8282d5c480d1428566fc1a0da94fd6224da5de66bbd31861c6c2857ca8404975
macOS x64 pipelines-agent-osx-x64-3.225.1.tar.gz f06ded3332d23c8e2cd6a02d27a45e93b4bb14032f5bc371c24b3d3a07bf1d1b
macOS arm64 pipelines-agent-osx-arm64-3.225.1.tar.gz 94f02a8fbdbb9cf91743d86ce7d1df324581eccd45b92fe07efa9f834f90312a
Linux x64 pipelines-agent-linux-x64-3.225.1.tar.gz 59b0a1ed61bd8b452ead7ca695e8eeed0f02e9164822ad086c56fe6c6e171a76
Linux ARM pipelines-agent-linux-arm-3.225.1.tar.gz 3074b9d084a907af92fb84f1c679bf34f537b06fcfde95b335ef97bf21d7d3e9
Linux ARM64 pipelines-agent-linux-arm64-3.225.1.tar.gz 074c6a3c97d5661b2d4e37644e196cd1c5d14c2a2284a50939b08258aa843aab

v3.227.0

18 Sep 12:31
a79caa4
Compare
Choose a tag to compare
v3.227.0 Pre-release
Pre-release

Features

  • Service Principal auth (#4255)
  • Add Device Code Flow as Pipeline Agent authentication (#4315)
  • Support Alpine OS (#4375)
  • [AgentService] - Migrate AgentService to .Net Framework 4.7.1 (#4387)
  • Download dotnet-install.(sh/ps1) script when building the agent (#4401)
  • Enable CI for Alpine (x64) (#4404)

Bugs

  • PlanId fixed in CustomerIntelligence data (#4347)
  • fix detect rhel release (#4393)
  • Fix - detect Alpine-based docker image (#4400)

Misc

  • Localization update (#4370)
  • Move condition result trace from result code to output (#4371)
  • Fix functional signing L1 tests (#4390)
  • Update agents git to 2.41.0 (#4394)
  • fix agent CI - create AzureDevOps PRs (#4396)
  • Remove RHEL from the agent CI (#4408)
  • Remove not used "Microsoft.IdentityModel.Clients.ActiveDirectory" (#4420)
  • Update the installdependencies.sh script for Alpine (#4421)
  • Bump dotnet to 6.0.413 & node16 to 16.20.2 (#4429)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-3.227.0.zip 502bfba84e0695a6b397981222431ba5e953d09c0c471bb484987b5ddb3f3f1f
Windows x86 vsts-agent-win-x86-3.227.0.zip 308c378d135e3b03fa8e57c18137ad8b6ecb5495a8aac5c8f7b20950b86e7539
macOS x64 vsts-agent-osx-x64-3.227.0.tar.gz 743fc4367cc13477b8522cf50c9567f3fadea79df7ef3f1a952cd879ae0505de
macOS ARM64 vsts-agent-osx-arm64-3.227.0.tar.gz ab5587cfaf8493c1277152bdd30ce7febb094c378aa763fa8cc4ce4064444808
Linux x64 vsts-agent-linux-x64-3.227.0.tar.gz 10a464271f8ac10fedbff12695e76722c8a91c689f47035e0f7748b20952d4d1
Linux ARM vsts-agent-linux-arm-3.227.0.tar.gz 8850444b7079f5b8773c567c3479e5d3ee7ee6fb501b4240fd03b97408e125af
Linux ARM64 vsts-agent-linux-arm64-3.227.0.tar.gz 185ecdbe01bf2c9f402b6f8900652a7b1fead7d02b3874ba00c3033bd0728eec
Linux musl x64 vsts-agent-linux-musl-x64-3.227.0.tar.gz 3acf36b00920c69991d4afbeac5731795aa812c511a99567304f59ffbbfe2dcb

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

macOS x64

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

macOS ARM64

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

Alpine x64

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

Note: Node 6 does not exist for Alpine.

Alternate Agent Downloads

Alternate packages below 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.227.0.zip 0a5d9a71d953b8cbf064b18d296c04411563b237dd00a2c6f85856fd8db28954
Windows x86 pipelines-agent-win-x86-3.227.0.zip e0b3181c0771a990398a94685f9eadfd6aa9bd90b6d00e5452fb4d2277be9c99
macOS x64 pipelines-agent-osx-x64-3.227.0.tar.gz a35b86204edf60fab62459cbbae76f459d9da694c5ed118fdd4605b4b0fb0220
macOS ARM64 pipelines-agent-osx-arm64-3.227.0.tar.gz 3c679e0eb04d9e3c5a6ea7d41df16adb4a4c803a4c0436b1f19e699afbfc369c
Linux x64 pipelines-agent-linux-x64-3.227.0.tar.gz d57f658ee04decdb4f82cebb55696e148e143a1981617ecb3d9b74151571262d
Linux ARM pipelines-agent-linux-arm-3.227.0.tar.gz f4af266483d7c42d04e1f33d18867a7bc4ac362802101f009ed3c929fc40ce2e
Linux ARM64 pipelines-agent-linux-arm64-3.227.0.tar.gz 5fc962994e3e02599eb4a2ddcbc30ca999d590d98e730e25792bc2559c152ef9

v3.226.3

29 Aug 00:03
7442b8a
Compare
Choose a tag to compare
v3.226.3 Pre-release
Pre-release

Features

  • Service Principal auth (#4255)
  • Support Alpine OS (#4375)
  • [AgentService] - Migrate AgentService to .Net Framework 4.7.1 (#4387)
  • Download dotnet-install.(sh/ps1) script when building the agent (#4401)
  • Enable CI for Alpine (x64) (#4404)

Bugs

  • PlanId fixed in CustomerIntelligence data (#4347)
  • fix detect rhel release (#4393)
  • Fix - detect Alpine-based docker image (#4400)

Misc

  • Localization update (#4370)
  • Move condition result trace from result code to output (#4371)
  • Fix functional signing L1 tests (#4390)
  • Update agents git to 2.41.0 (#4394)
  • fix agent CI - create AzureDevOps PRs (#4396)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-3.226.3.zip 6b9687092c1d7e7e4ec480edc7b2123dd2d3cc1a4f8976808e4f82cae917ca3a
Windows x86 vsts-agent-win-x86-3.226.3.zip 6b5cebd9f0d225589a96fb81b82e2d650d325b7327094b1d5a01154a032e9576
macOS x64 vsts-agent-osx-x64-3.226.3.tar.gz 9df9c0c92f7962cbc9b8e732fafe660ad8c391ade572d31e229054f5630b3710
macOS arm64 vsts-agent-osx-arm64-3.226.3.tar.gz d4382d5664eae15b5d388b0c0d41ad6db60684d2033b5864215b4d4b46a12f53
Linux x64 vsts-agent-linux-x64-3.226.3.tar.gz b649e0b5090a8ca02f864cf16bbdf25b61978dc015a66b8ab2cffbd910cf66e4
Linux ARM vsts-agent-linux-arm-3.226.3.tar.gz 0a6e68d58152a833139097a3e409c25753ee0b87d1abdb939a4dc65e6029d76c
Linux ARM64 vsts-agent-linux-arm64-3.226.3.tar.gz 81b077edc09290d4262e644ebcd7d92805901efb5128a3da758a8ae5d12c1075
Linux musl x64 vsts-agent-linux-musl-x64-3.226.3.tar.gz 1a38d5d2ee0b14d8d5a13518edf6dc519a6ee7d99668e63445d9094ea2ee9edf

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

macOS x64

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

macOS arm64

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

Alpine x64

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

Note: Node 6 does not exist for Alpine.

Alternate Agent Downloads

Alternate packages below 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.226.3.zip e3282950c46e3cdbb0ef0a6314881740b5b244fb995a188bd3fec36f93e316e4
Windows x86 pipelines-agent-win-x86-3.226.3.zip 287bed0e3fe169db4946d2110eddc92da35ef580d5ad23ddde69ac195b3aaf66
macOS x64 pipelines-agent-osx-x64-3.226.3.tar.gz 738e01590233027bfeaa357213755b025ad5eef7493c02cdb08d99b8135b964e
macOS arm64 pipelines-agent-osx-arm64-3.226.3.tar.gz 74c482aec13c4d8c12b34a7f1d49f6aee4f1ed3d2358968e8c9373d71a643574
Linux x64 pipelines-agent-linux-x64-3.226.3.tar.gz 51350a06900d1f6feb79b903e9977ef58f5a5587d4d9ad92115ed653e81217ce
Linux ARM pipelines-agent-linux-arm-3.226.3.tar.gz 23cedc69516f89c3358ffe647c9bdf0319d5dc510964f87269473724e08fe452
Linux ARM64 pipelines-agent-linux-arm64-3.226.3.tar.gz dccf754e0c56408ab8c20ce160ab9ed91f33d8652eaae2a4578b5d5a10bcbf17

v3.226.2

24 Aug 15:36
e4cefea
Compare
Choose a tag to compare
v3.226.2 Pre-release
Pre-release

Features

  • Service Principal auth (#4255)
  • Support Alpine OS (#4375)
  • [AgentService] - Migrate AgentService to .Net Framework 4.7.1 (#4387)
  • Download dotnet-install.(sh/ps1) script when building the agent (#4401)

Bugs

  • PlanId fixed in CustomerIntelligence data (#4347)
  • fix detect rhel release (#4393)
  • Fix - detect Alpine-based docker image (#4400)

Misc

  • Localization update (#4370)
  • Move condition result trace from result code to output (#4371)
  • Fix functional signing L1 tests (#4390)
  • Update agents git to 2.41.0 (#4394)
  • fix agent CI - create AzureDevOps PRs (#4396)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-3.226.2.zip af867bd2048b18e3a6f6db7be3eef483993941b8e9d62a04300bc2b5f360bbb5
Windows x86 vsts-agent-win-x86-3.226.2.zip c229bb8338348c99c04059e4ac496477abf11181993245fcf41cdf34fe7f1841
macOS x64 vsts-agent-osx-x64-3.226.2.tar.gz dbaa1bd9d7a7b64196b847ae4a1ff3685b0e68794827bfb08314575942c2a337
macOS arm64 vsts-agent-osx-arm64-3.226.2.tar.gz a589311a59700532e5e40503fc64a472ac328d062eae9bfc8ff9b551187c294b
Linux x64 vsts-agent-linux-x64-3.226.2.tar.gz 81e01255948d8b9a3839fb2fe4808b90e3298097011e4e394107b8dbcc3283f6
Linux ARM vsts-agent-linux-arm-3.226.2.tar.gz 41654e4bccac875b1bcab55f6126bf604a17dfc657feba1580caaf2c94dc1eea
Linux ARM64 vsts-agent-linux-arm64-3.226.2.tar.gz c299256f53b3c0c853062773590208684a6e5ad77fbc0191a40ed1a4f274db1d

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-3.226.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-3.226.2.zip 547bbe95230897891542d334a841d0031ca05277a39b61e375596b3fe2a220de
Windows x86 pipelines-agent-win-x86-3.226.2.zip d6818bd09993e91122d742c4445e96f9664448dbe0e7873a55e6504a145081ad
macOS x64 pipelines-agent-osx-x64-3.226.2.tar.gz 733e9afd0c72f7311ba258e3c578da5d569f706166ce22f5adb838ece6710a55
macOS arm64 pipelines-agent-osx-arm64-3.226.2.tar.gz d5bc0ce55268e51d2f43574cc33a486f15de70a8e2abab5410e2ae2a199ce7f8
Linux x64 pipelines-agent-linux-x64-3.226.2.tar.gz f06217b8716a4fd87578e409a15578451c49352c1b8b4bcd676095eb1376e42b
Linux ARM pipelines-agent-linux-arm-3.226.2.tar.gz 9ea9c720694fef239cb90d2245a47cd3ea1d06698876671180fc6ee8a5435b3c
Linux ARM64 pipelines-agent-linux-arm64-3.226.2.tar.gz 4de0b85619b68de8e4037a3d9268b3437eea295c1cc719310377cde579027404

v3.226.1

16 Aug 12:28
11204b3
Compare
Choose a tag to compare
v3.226.1 Pre-release
Pre-release

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)
  • [Agent] - cert validation changes (#4350)
  • WI 2048209 (#4367)
  • Support Alpine OS (#4375)

Bugs

  • PlanId fixed in CustomerIntelligence data (#4347)
  • fix detect rhel release (#4393)

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)
  • Localization update (#4370)
  • Move condition result trace from result code to output (#4371)
  • Fix functional signing L1 tests (#4390)

Agent Downloads

Package SHA-256
Windows x64 vsts-agent-win-x64-3.226.1.zip 3e71199366c3eb99cc9bb38c7e65469d329644693b93b7a2ec0842bcd0d170d4
Windows x86 vsts-agent-win-x86-3.226.1.zip 7a5cbb6c24700c1615c52a076aab098d1dc14457566f83edce3f4836a4f0376f
macOS x64 vsts-agent-osx-x64-3.226.1.tar.gz 01681375e628e820b8dbf2cb73cf00bda40003341f9de9e971805e18e5aa8efc
macOS arm64 vsts-agent-osx-arm64-3.226.1.tar.gz 3efb77349f9589ca8f83fb0912aea32bddc2122216dea270840193874d1a776a
Linux x64 vsts-agent-linux-x64-3.226.1.tar.gz bb10ef5827ddfe5d3f54850120ce8e0590ae05a86ec53b91c7ee3c0e7d60b046
Linux ARM vsts-agent-linux-arm-3.226.1.tar.gz 59d12ed619196cf5e8a3045b0c71c4a7d6d90ed26b51b49095f5a8b72c21e085
Linux ARM64 vsts-agent-linux-arm64-3.226.1.tar.gz d992928bd3849a10a90bc749edf951f686832ce6bc58786369eb37265612238f

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-3.226.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.226.1.zip 48d8eb743c38edfbb97c12abd8544be89e90a76dec0f63f04a5f844261103523
Windows x86 pipelines-agent-win-x86-3.226.1.zip 08f1ec027430feaa5e10a36b922e00a71081c644d2a9b7562be242d5f442fecf
macOS x64 pipelines-agent-osx-x64-3.226.1.tar.gz bcc0bc0df6684ddf9825be7097976b2c97615808aca9e08e073ea2372b54d4fe
macOS arm64 pipelines-agent-osx-arm64-3.226.1.tar.gz 1f3cb07730ef40a468aeaef4bfd6b17db5ddd6499f8d28f4f996d22511f8642c
Linux x64 pipelines-agent-linux-x64-3.226.1.tar.gz 51f739b29bdbcaf91798c29e6c42b874ff121938007047dd49470b32fc9e9d1c
Linux ARM pipelines-agent-linux-arm-3.226.1.tar.gz 3316f947eaadfc3c955148510043a5d46a47cfaeb2805431e4630a83594f9090
Linux ARM64 pipelines-agent-linux-arm64-3.226.1.tar.gz 56ae46f763048ba231c9a877c1ce86ac5745d79dd9714addd4789b75fa4b9a7f

v3.225.0

25 Jul 10:33
b5ff440
Compare
Choose a tag to compare

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