mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 00:48:16 +08:00
another attempt
This commit is contained in:
@ -318,7 +318,11 @@ Task("DownloadGitHubReleaseArtifacts")
|
||||
|
||||
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..");
|
||||
|
||||
|
Reference in New Issue
Block a user