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