5 references to LinksComment
installer.tasks (5)
RegenerateDownloadTable.cs (5)
56if (readmeLines.Contains(Begin(LinksComment)) && 57readmeLines.Contains(End(LinksComment))) 63.SkipWhile(line => line != Begin(LinksComment)) 65.TakeWhile(line => line != End(LinksComment)) 109Log.LogError($"Readme '{ReadmeFile}' has no '{LinksComment}' section.");