2 references to GetLatestFileAsync
Microsoft.Deployment.DotNet.Releases (2)
Product.cs (1)
183
await Utils.
GetLatestFileAsync
(path, downloadLatest, ReleasesJson).ConfigureAwait(false);
ProductCollection.cs (1)
101
await Utils.
GetLatestFileAsync
(path, downloadLatest, ReleasesIndexDefaultUrl).ConfigureAwait(false);