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
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 |