Files
runner/releaseNote.md
Thomas Boop 08b9f6e045 Merge release 160.0 into master (#153)
* Update to Version 2.160.0 (#144)

* Revert "remove issue generation on warning/error commands (#137)" (#147)

* Revert "remove issue generation on warning/error commands (#137)"

This reverts commit 53da198867.

* Updated Release notes

* Users/thboop/port directory changes (#152)

* Clear action cache for local runner

* update release notes for actions directory cache changes
2019-10-28 15:45:27 -04:00

1.5 KiB

Features

  • N/A

Bugs

  • Reverted removal of additional fields error and warning fields (#147)
  • Actions cache would incorrectly cache the action if the tag was updated (#148)

Misc

  • Updated to .NET Core 3.0 (#127)

Agent Downloads

Package
Windows x64 actions-runner-win-x64-<RUNNER_VERSION>.zip
macOS actions-runner-osx-x64-<RUNNER_VERSION>.tar.gz
Linux x64 actions-runner-linux-x64-<RUNNER_VERSION>.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\actions-runner-win-x64-<RUNNER_VERSION>.zip", "$PWD")

OSX

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/actions-runner-osx-x64-<RUNNER_VERSION>.tar.gz

Linux x64

~/$ mkdir myagent && cd myagent
~/myagent$ tar xzf ~/Downloads/actions-runner-linux-x64-<RUNNER_VERSION>.tar.gz