Features
- Skip task's post-execution step if target container stopped (#3230)
- Should ignore PSModulePath (#3231)
- Use %AZP25 instead of %25 for escaping (#3241)
- Added -y to yum updateinfo command (#3248)
- Add support for setvariable restrictions (#3249)
- #3259 Update NodeJS to version 10.23.3 (#3260)
Bugs
- Improving the MaxSubResultLimitReached message (#3227)
- Self-hosted agent cleaning source folder (#3237)
Misc
Agent Downloads
Package | |
---|---|
Windows x64 | vsts-agent-win-x64-2.182.1.zip |
Windows x86 | vsts-agent-win-x86-2.182.1.zip |
macOS | vsts-agent-osx-x64-2.182.1.tar.gz |
Linux x64 | vsts-agent-linux-x64-2.182.1.tar.gz |
Linux ARM | vsts-agent-linux-arm-2.182.1.tar.gz |
Linux ARM64 | vsts-agent-linux-arm64-2.182.1.tar.gz |
RHEL 6 x64 | vsts-agent-rhel.6-x64-2.182.1.tar.gz |
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.182.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.182.1.zip", "$PWD")
macOS
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-osx-x64-2.182.1.tar.gz
Linux x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-x64-2.182.1.tar.gz
Linux ARM
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm-2.182.1.tar.gz
Linux ARM64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-linux-arm64-2.182.1.tar.gz
RHEL 6 x64
~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.182.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 | |
---|---|
Windows x64 | pipelines-agent-win-x64-2.182.1.zip |
Windows x86 | pipelines-agent-win-x86-2.182.1.zip |
macOS | pipelines-agent-osx-x64-2.182.1.tar.gz |
Linux x64 | pipelines-agent-linux-x64-2.182.1.tar.gz |
Linux ARM | pipelines-agent-linux-arm-2.182.1.tar.gz |
Linux ARM64 | pipelines-agent-linux-arm64-2.182.1.tar.gz |
RHEL 6 x64 | pipelines-agent-rhel.6-x64-2.182.1.tar.gz |