in src/PSDocs.Azure/Pipeline/PathBuilder.cs [38:44]
public void Add(string path) { if (string.IsNullOrEmpty(path)) return; FindFiles(path); }