mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 06:22:50 +08:00
another attempt
This commit is contained in:
parent
0b382ad340
commit
5ac6ae662b
@ -318,7 +318,11 @@ Task("DownloadGitHubReleaseArtifacts")
|
|||||||
|
|
||||||
Information("Assets url " + assets_url);
|
Information("Assets url " + assets_url);
|
||||||
|
|
||||||
foreach(var asset in DeserializeJson<JArray>(GetResource(assets_url)))
|
var assets = GetResource(assets_url);
|
||||||
|
|
||||||
|
Information("Assets " + assets_url);
|
||||||
|
|
||||||
|
foreach(var asset in Newtonsoft.Json.JsonConvert.DeserializeObject<JArray>(assets))
|
||||||
{
|
{
|
||||||
Information("In the loop..");
|
Information("In the loop..");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user