C2018-036 Added check for EULA file changes and additions

This commit is contained in:
John Jenko 2018-12-10 13:17:17 +00:00
parent 3c4461a5ab
commit 14abfda0aa

View File

@ -139,6 +139,8 @@ namespace Sync
retval.Add(xa.Value);
if (xa.Value.ToUpper().EndsWith("XSL"))
retval.Add(xa.Value);
if (xa.Value.ToUpper().Contains("EULA"))
retval.Add(xa.Value);
}
xl = doc.DocumentElement.SelectNodes(@"//ns:EmbeddedResource/@Include", nsmgr);
foreach (XmlAttribute xa in xl)
@ -746,4 +748,4 @@ namespace Sync
return dtUnique;
}
}
}
}