2 references to ReleasesIndexDefaultUrl
Microsoft.Deployment.DotNet.Releases (2)
ProductCollection.cs (2)
46
return await GetAsync(
ReleasesIndexDefaultUrl
).ConfigureAwait(false);
101
await Utils.GetLatestFileAsync(path, downloadLatest,
ReleasesIndexDefaultUrl
).ConfigureAwait(false);