github microsoft/azure-pipelines-agent v2.182.0

latest releases: v3.239.1, v3.238.0, v3.237.1...
pre-release3 years ago

Features

  • Skip task's post-execution step if target container stopped (#3230)
  • Should ignore PSModulePath (#3231)
  • Use %AZP25 instead of %25 for escaping (#3241)
  • Add support for setvariable restrictions (#3249)

Bugs

  • Improving the MaxSubResultLimitReached message (#3227)

Misc

Agent Downloads

Package
Windows x64 vsts-agent-win-x64-2.182.0.zip
Windows x86 vsts-agent-win-x86-2.182.0.zip
macOS vsts-agent-osx-x64-2.182.0.tar.gz
Linux x64 vsts-agent-linux-x64-2.182.0.tar.gz
Linux ARM vsts-agent-linux-arm-2.182.0.tar.gz
Linux ARM64 vsts-agent-linux-arm64-2.182.0.tar.gz
RHEL 6 x64 vsts-agent-rhel.6-x64-2.182.0.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.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.182.0.zip", "$PWD")

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.182.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
Windows x64 pipelines-agent-win-x64-2.182.0.zip
Windows x86 pipelines-agent-win-x86-2.182.0.zip
macOS pipelines-agent-osx-x64-2.182.0.tar.gz
Linux x64 pipelines-agent-linux-x64-2.182.0.tar.gz
Linux ARM pipelines-agent-linux-arm-2.182.0.tar.gz
Linux ARM64 pipelines-agent-linux-arm64-2.182.0.tar.gz
RHEL 6 x64 pipelines-agent-rhel.6-x64-2.182.0.tar.gz

Don't miss a new azure-pipelines-agent release

NewReleases is sending notifications on new releases.