Skip to content

Releases: microsoft/azure-pipelines-agent

v2.168.0

29 Apr 22:50
Compare
Choose a tag to compare
v2.168.0 Pre-release
Pre-release

Features

  • Add an ARM64 agent (#2881)
  • Move proxy vars to knobs (#2883)
  • Move some util configurations to knobs (#2889)
  • Convert some more vars to knobs and remove legacy code (#2898)
  • More knobs (#2907)
  • Mover prefergitfrompath to knob (#2908)
  • More configurations to knobs and make preferPowerShellOnContainers true by default (#2913)
  • A few more knobs (#2917)
  • Add parameter for build target selection (#2919)
  • Flaky Implementation for PTR in linux agent (#2926)

Bugs

  • #2801 update NODE10_VERSION to version 10.19.0 to resolved vulnerability (#2879)

Misc

  • control log output: decorations (#2097)

Agent Downloads

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.168.0.tar.gz

v2.166.4

22 Apr 16:41
Compare
Choose a tag to compare

Features

Bugs

Misc

  • Upgrade MinGit to 2.26.2

Agent Downloads

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.166.4.tar.gz

v2.166.3

17 Apr 01:56
Compare
Choose a tag to compare

Features

  • Sign 3rd party CommandLine.dll (#2880)
  • Add a warning message to Download Pipeline Artifact task (#2855)

Bugs

  • Fix mistaken object Dispose call (#2925)
  • Fix overly strict null check (#2909)
  • Fix issue where agent configuration errors out when trying to look up pool (#2861)
  • fix for Build.Repository.Name in multi-checkout scenario (#2852)
  • Fix multiline masking issue (#2844)
  • Fixing bug, where while downloading commits for jenkins artifact we were creating releaseWorkingFolder inside the bin directory (#2838)

Misc

  • Typo fix (#2859)
  • Partial fix of CA1062, which forces validation of arguments for publi. (#2856)
  • Add scripts for querying pipelines that target retired images (#2851)
  • Updated to use mingit 2.25.1 (#2843)
  • Enable hotfixing from release branch (#2841)
  • Add back compat comment (#2840)
  • Get release branch when creating GitHub release (#2836)
  • Enable agent rollbacks (#2833)
  • More aggressively mask secrets (#2832)
  • Marked rules as Error we are not violating, and waived two others (#2831)
  • Updated to use new docker image (#2830)
  • Add AGENT_TOOLSDIRECTORY to .env (#2825)
  • Replace custom parser with the .net core library CommandLineParser (#2812)
  • Promoted CA1063 to error (#2811)
  • Skip masking single space character secrets (#2809)

Agent Downloads

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.166.3.tar.gz

v2.166.2

07 Apr 18:45
Compare
Choose a tag to compare
v2.166.2 Pre-release
Pre-release

Features

  • Sign 3rd party CommandLine.dll (#2880)
  • Add a warning message to Download Pipeline Artifact task (#2855)

Bugs

  • Fix overly stict null check (#2909)
  • Fix issue where agent configuration errors out when trying to look up pool (#2861)
  • fix for Build.Repository.Name in multi-checkout scenario (#2852)
  • Fix multiline masking issue (#2844)
  • Fixing bug, where while downloading commits for jenkins artifact we were creating releaseWorkingFolder inside the bin directory (#2838)

Misc

  • Typo fix (#2859)
  • Partial fix of CA1062, which forces validation of arguments for publi. (#2856)
  • Add scripts for querying pipelines that target retired images (#2851)
  • Updated to use mingit 2.25.1 (#2843)
  • Enable hotfixing from release branch (#2841)
  • Add back compat comment (#2840)
  • Get release branch when creating GitHub release (#2836)
  • Enable agent rollbacks (#2833)
  • More aggressively mask secrets (#2832)
  • Marked rules as Error we are not violating, and waived two others (#2831)
  • Updated to use new docker image (#2830)
  • Add AGENT_TOOLSDIRECTORY to .env (#2825)
  • Replace custom parser with the .net core library CommandLineParser (#2812)
  • Promoted CA1063 to error (#2811)
  • Skip masking single space character secrets (#2809)

Agent Downloads

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.166.2.tar.gz

v2.166.1

02 Apr 22:46
e033b2f
Compare
Choose a tag to compare
v2.166.1 Pre-release
Pre-release

Features

  • Sign 3rd party CommandLine.dll (#2880)
  • Add a warning message to Download Pipeline Artifact task (#2855)

Bugs

  • Fix issue where agent configuration errors out when trying to look up pool (#2861)
  • fix for Build.Repository.Name in multi-checkout scenario (#2852)
  • Fix multiline masking issue (#2844)
  • Fixing bug, where while downloading commits for jenkins artifact we were creating releaseWorkingFolder inside the bin directory (#2838)

Misc

  • Typo fix (#2859)
  • Partial fix of CA1062, which forces validation of arguments for publi… (#2856)
  • Add scripts for querying pipelines that target retired images (#2851)
  • Updated to use mingit 2.25.1 (#2843)
  • Enable hotfixing from release branch (#2841)
  • Add back compat comment (#2840)
  • Get release branch when creating GitHub release (#2836)
  • Enable agent rollbacks (#2833)
  • More aggressively mask secrets (#2832)
  • Marked rules as Error we are not violating, and waived two others (#2831)
  • Updated to use new docker image (#2830)
  • Add AGENT_TOOLSDIRECTORY to .env (#2825)
  • Replace custom parser with the .net core library CommandLineParser (#2812)
  • Promoted CA1063 to error (#2811)
  • Skip masking single space character secrets (#2809)

Agent Downloads

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

macOS

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

Linux x64

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

Linux ARM

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

Linux ARM64

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.166.1.tar.gz

v2.166.0

30 Mar 19:55
66d3c26
Compare
Choose a tag to compare
v2.166.0 Pre-release
Pre-release

Features

  • Sign 3rd party CommandLine.dll (#2880)
  • Add a warning message to Download Pipeline Artifact task (#2855)

Bugs

  • Fix issue where agent configuration errors out when trying to look up pool (#2861)
  • fix for Build.Repository.Name in multi-checkout scenario (#2852)
  • Fix multiline masking issue (#2844)
  • Fixing bug, where while downloading commits for jenkins artifact we were creating releaseWorkingFolder inside the bin directory (#2838)

Misc

  • Typo fix (#2859)
  • Partial fix of CA1062, which forces validation of arguments for publi… (#2856)
  • Add scripts for querying pipelines that target retired images (#2851)
  • Updated to use mingit 2.25.1 (#2843)
  • Enable hotfixing from release branch (#2841)
  • Add back compat comment (#2840)
  • Get release branch when creating GitHub release (#2836)
  • Enable agent rollbacks (#2833)
  • More aggressively mask secrets (#2832)
  • Marked rules as Error we are not violating, and waived two others (#2831)
  • Updated to use new docker image (#2830)
  • Add AGENT_TOOLSDIRECTORY to .env (#2825)
  • Replace custom parser with the .net core library CommandLineParser (#2812)
  • Promoted CA1063 to error (#2811)
  • Skip masking single space character secrets (#2809)

Agent Downloads

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

OSX

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

Linux x64

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

Linux ARM

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.166.0.tar.gz

v2.165.2

12 Mar 21:58
Compare
Choose a tag to compare

Features

Bugs

  • Fixes task issue 11448. If running a task on a container, prefer node. (#2767)
  • fix for Build.Repository.Name in multi-checkout scenario (#2852)

Misc

  • Make sure we get the actual most recent version of the branch (#2829)
  • Remove flaky test (#2828)
  • Add typed-rest-client back (#2826)
  • Move release into pipeline (#2820)
  • Fix test commands (#2818)
  • Make CA1303 hidden (#2816)
  • Fixing the logic that gets the "primary" repository (#2815)
  • Promoted CA1823 to error (#2810)
  • L1 Testing (#2806)
  • Updated to honor no_proxy environment variable as well (#2800)
  • Added initial rollrelease script to perform per-ring steps (#2796)
  • Enforce readonly variables (#2771)
  • Initial stab at centralized configuration system (#2769)

Agent Downloads

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

OSX

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

Linux x64

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

Linux ARM

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.165.2.tar.gz

v2.165.1

28 Feb 20:45
2a4eeec
Compare
Choose a tag to compare
v2.165.1 Pre-release
Pre-release

Bugs

  • Fixes task issue 11448. If running a task on a container, prefer node… (#2767)

Misc

  • Make sure we get the actual most recent version of the branch (#2829)
  • Remove flaky test (#2828)
  • Add typed-rest-client back (#2826)
  • Move release into pipeline (#2820)
  • Fix test commands (#2818)
  • Make CA1303 hidden (#2816)
  • Fixing the logic that gets the "primary" repository (#2815)
  • Promoted CA1823 to error (#2810)
  • L1 Testing (#2806)
  • Updated to honor no_proxy environment variable as well (#2800)
  • Added initial rollrelease script to perform per-ring steps (#2796)
  • Enforce readonly variables (#2771)
  • Initial stab at centralized configuration system (#2769)

Agent Downloads

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

OSX

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

Linux x64

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

Linux ARM

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.165.1.tar.gz

v2.165.0

14 Feb 18:32
Compare
Choose a tag to compare

Features

  • Add Disk Heath to Diagnostics (#2792)
  • Mtu Info on Diagnostics (#2784)
  • New Diagnostics Framework and Tests (#2780)
  • Allow builds from a tarball to succeed (#2777)
  • Updated to .NET Core 3.1 (#2697)

Bugs

  • Properly dispose Ping (#2787)
  • Update job display name with late assigned variables. Fixes #2721 (#2783)
  • Updated to set checkout variables if only one checkout task is specif. (#2772)
  • mask secrets in URLs (#2791)

Misc

  • Look at PR labels to auto-categorize for release notes (#2790)
  • Static Analysis (#2781)
  • Update release process to use sparse checkout (#2779)
  • Removed temporary windows image fix (#2776)
  • Add stalebot (#2775)

Agent Downloads

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

OSX

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

Linux x64

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

Linux ARM

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.165.0.tar.gz

v2.164.8

05 Feb 15:23
Compare
Choose a tag to compare

Features

  • Updated to use mingit 2.25.0 (#2760)

Bugs

  • Forcibly refresh connection for JobRequest at the beginning of a new job (#2759)

Misc

  • Updated to publish code coverage report during ci (#2731)

Agent Downloads

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

OSX

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

Linux x64

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

Linux ARM

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

RHEL 6 x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/vsts-agent-rhel.6-x64-2.164.8.tar.gz