mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 17:48:15 +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