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.2.zip | undefined |
Windows x86 | vsts-agent-win-x86-2.193.2.zip | undefined |
macOS | vsts-agent-osx-x64-2.193.2.tar.gz | undefined |
Linux x64 | vsts-agent-linux-x64-2.193.2.tar.gz | undefined |
Linux ARM | vsts-agent-linux-arm-2.193.2.tar.gz | undefined |
Linux ARM64 | vsts-agent-linux-arm64-2.193.2.tar.gz | undefined |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.193.2.tar.gz | undefined |
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.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.193.2.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.193.2.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.193.2.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.193.2.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.193.2.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.193.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.193.2.zip | undefined |
Windows x86 | pipelines-agent-win-x86-2.193.2.zip | undefined |
macOS | pipelines-agent-osx-x64-2.193.2.tar.gz | undefined |
Linux x64 | pipelines-agent-linux-x64-2.193.2.tar.gz | undefined |
Linux ARM | pipelines-agent-linux-arm-2.193.2.tar.gz | undefined |
Linux ARM64 | pipelines-agent-linux-arm64-2.193.2.tar.gz | undefined |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.193.2.tar.gz | undefined |