mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 00:32:50 +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);
|
||||
|
||||
var assets_url = ParseJson(GetResource(releaseUrl))
|
||||
.GetValue("assets_url")
|
||||
var assets_url = Newtonsoft.Json.Linq.JObject.Parse(GetResource(releaseUrl));
|
||||
|
||||
//var assets_url = ParseJson(GetResource(releaseUrl))
|
||||
assets_url.GetValue("assets_url")
|
||||
.Value<string>();
|
||||
|
||||
Information("Assets url " + assets_url);
|
||||
|
Loading…
x
Reference in New Issue
Block a user