mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:22:50 +08:00
another..
This commit is contained in:
parent
d5ff0b10d8
commit
f646f1c40e
@ -313,7 +313,7 @@ Task("DownloadGitHubReleaseArtifacts")
|
|||||||
var releaseJson = 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 = releaseJson.GetValue("assets_url").Value<string>();
|
var 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