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