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