Skip to content

Commit

Permalink
Update CDN endpoint (#8595)
Browse files Browse the repository at this point in the history
* Update CDN endpoint

* Update URL with aka.ms
  • Loading branch information
joeloff authored Dec 22, 2024
1 parent e07ee1b commit 3d78d07
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ public async Task<PackSourceChecker> CreatePackSourceCheckerAsync(CommandArgs co
private static async Task<TemplateSearchCache?> LoadExistingCacheAsync(CommandArgs config, CancellationToken cancellationToken)
{
Verbose.WriteLine($"Loading existing cache information.");
const string uri = "https://dotnet-templating.azureedge.net/search/NuGetTemplateSearchInfoVer2.json";
// aka.ms link should point to https://dotnet-templating-hrdkctdrgkacbyek.b01.azurefd.net/search/NuGetTemplateSearchInfoVer2.json or
// whatever the future absolute URL for the JSON file is.
const string uri = "https://aka.ms/dotnet/templating/searchcacheurl";

FileInfo? cacheFileLocation = config.DiffOverrideSearchCacheLocation;

Expand Down

0 comments on commit 3d78d07

Please sign in to comment.