mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-09-21 04:42:41 +08:00
another..
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user