mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 16:18:14 +08:00
another..
This commit is contained in:
@ -313,7 +313,7 @@ Task("DownloadGitHubReleaseArtifacts")
|
||||
var releaseJson = Newtonsoft.Json.Linq.JObject.Parse(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);
|
||||
|
||||
|
Reference in New Issue
Block a user