1 write to ReleasesJson
Microsoft.Deployment.DotNet.Releases (1)
Product.cs (1)
170
ReleasesJson
= productElement.GetUriOrDefault("releases.json");
2 references to ReleasesJson
Microsoft.Deployment.DotNet.Releases (2)
Product.cs (2)
146
GetReleasesAsync(
ReleasesJson
);
183
await Utils.GetLatestFileAsync(path, downloadLatest,
ReleasesJson
).ConfigureAwait(false);