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