3 references to GetMatchingProductVersionTxtContents
Microsoft.DotNet.Helix.Sdk (3)
FindDotNetCliPackage.cs (3)
215
"sdk" => await
GetMatchingProductVersionTxtContents
($"{feed.ItemSpec}/Sdk/{version}", "sdk-productVersion.txt", sasToken),
216
"aspnetcore-runtime" => await
GetMatchingProductVersionTxtContents
($"{feed.ItemSpec}/aspnetcore/Runtime/{version}", "aspnetcore-productVersion.txt", sasToken),
217
_ => await
GetMatchingProductVersionTxtContents
($"{feed.ItemSpec}/Runtime/{version}", "runtime-productVersion.txt", sasToken)