in GenerateToolingFeed/V4Format/V4FormatFeedEntryUpdater.cs [122:127]
public static string GetShaFileContent(string zipfilePath, string fileName)
{
string path = Path.Combine(zipfilePath, fileName);
string shaFilePath = $"{path}.sha2";
return File.ReadAllText(shaFilePath);
}