Skip to content

v2.165.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-pipelines-bot azure-pipelines-bot released this 28 Feb 20:45
2a4eeec

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