mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 18:22:49 +08:00
another fix
This commit is contained in:
parent
25c1a2abdd
commit
d5ff0b10d8
@ -310,10 +310,10 @@ Task("DownloadGitHubReleaseArtifacts")
|
|||||||
|
|
||||||
Information("Release url " + releaseUrl);
|
Information("Release url " + releaseUrl);
|
||||||
|
|
||||||
var assets_url = Newtonsoft.Json.Linq.JObject.Parse(GetResource(releaseUrl));
|
var releaseJson = Newtonsoft.Json.Linq.JObject.Parse(GetResource(releaseUrl));
|
||||||
|
|
||||||
//todo - remove when publish working..var assets_url = ParseJson(GetResource(releaseUrl))
|
//todo - remove when publish working..var assets_url = ParseJson(GetResource(releaseUrl))
|
||||||
assets_url.GetValue("assets_url").Value<string>();
|
assets_url = releaseJson.GetValue("assets_url").Value<string>();
|
||||||
|
|
||||||
Information("Assets url " + assets_url);
|
Information("Assets url " + assets_url);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user