mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-11-01 17:35:28 +08:00
sigh part 2
This commit is contained in:
@@ -312,7 +312,7 @@ Task("DownloadGitHubReleaseArtifacts")
|
||||
|
||||
//var releaseJson = Newtonsoft.Json.Linq.JObject.Parse(GetResource(releaseUrl));
|
||||
|
||||
var assets_url = ParseJson(GetResource(releaseUrl))
|
||||
var assets_url = Newtonsoft.Json.Linq.JObject.Parse(GetResource(releaseUrl))
|
||||
.GetValue("assets_url")
|
||||
.Value<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user