mirror of
https://github.com/actions/runner.git
synced 2025-12-30 05:21:41 +08:00
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* ---------------------------------------------------------
|
||||
* Copyright(C) Microsoft Corporation. All rights reserved.
|
||||
* ---------------------------------------------------------
|
||||
@@ -341,7 +341,7 @@ namespace GitHub.DistributedTask.WebApi
|
||||
Guid locationId = new Guid("27d7f831-88c1-4719-8ca1-6a061dad90eb");
|
||||
object routeValues = new { scopeIdentifier = scopeIdentifier, hubName = hubName, planId = planId };
|
||||
HttpContent content = new ObjectContent<ActionReferenceList>(actionReferenceList, new VssJsonMediaTypeFormatter(true));
|
||||
|
||||
|
||||
List<KeyValuePair<string, string>> queryParams = new List<KeyValuePair<string, string>>();
|
||||
queryParams.Add("jobId", jobId);
|
||||
return SendAsync<ActionDownloadInfoCollection>(
|
||||
|
||||
Reference in New Issue
Block a user