github microsoft/azure-pipelines-agent v2.189.0

latest releases: v3.239.1, v3.238.0, v3.237.1...
2 years ago

Features

  • Align minimatch options of DownloadBuildArtifactsV1 to DownloadBuildArtifactsV0 (#3450)

Bugs

  • Added Patch Coverage API call to avoid BQC failure. (#3438)
  • Update VssApiVersion to 0.5.166-private (#3439)
  • Removed branch creation from fetch by commit id (#3401)
  • Allow to ignore certificate validation while agent update (#3441)
  • fixed service name for install multiple environments (#3455)

Misc

Agent Downloads

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

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

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

NewReleases is sending notifications on new releases.