mirror of
https://github.com/actions/runner.git
synced 2025-12-11 21:06:55 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b39316bae | ||
|
|
69c8fab013 |
@@ -11,7 +11,7 @@
|
|||||||
- Added the option to use the --replace argument to the create-latest-svc.sh (#2273)
|
- Added the option to use the --replace argument to the create-latest-svc.sh (#2273)
|
||||||
- Made runner_name optional defaulting to hostname in delete.sh script (#1871)
|
- Made runner_name optional defaulting to hostname in delete.sh script (#1871)
|
||||||
- Return exit code when MANUALLY_TRAP_SIG is exported (#2285)
|
- Return exit code when MANUALLY_TRAP_SIG is exported (#2285)
|
||||||
- Use results for uploading step summaries (#2301) with limited size (#2321)
|
- Use results for uploading step summaries (#2301, #2321, #2328, #2329)
|
||||||
|
|
||||||
## Windows x64
|
## Windows x64
|
||||||
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
|
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.300.1
|
2.300.2
|
||||||
|
|||||||
@@ -6,11 +6,11 @@ using System.Threading;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using GitHub.Services.Results.Contracts;
|
using GitHub.Services.Results.Contracts;
|
||||||
using System.Net.Http.Formatting;
|
using System.Net.Http.Formatting;
|
||||||
using GitHub.Services.WebApi;
|
using Sdk.WebApi.WebApi;
|
||||||
|
|
||||||
namespace GitHub.Services.Results.Client
|
namespace GitHub.Services.Results.Client
|
||||||
{
|
{
|
||||||
public class ResultsHttpClient : VssHttpClientBase
|
public class ResultsHttpClient : RawHttpClientBase
|
||||||
{
|
{
|
||||||
public ResultsHttpClient(
|
public ResultsHttpClient(
|
||||||
Uri baseUrl,
|
Uri baseUrl,
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2.300.1
|
2.300.2
|
||||||
|
|||||||
Reference in New Issue
Block a user