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