mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-11-02 08:55:26 +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 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")
|
.GetValue("assets_url")
|
||||||
.Value<string>();
|
.Value<string>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user