Look for dependencies in the tools node too

This commit is contained in:
Pranav K 2016-05-09 22:48:24 -07:00
parent be4d6bc07c
commit c15e83c096
1 changed files with 1 additions and 1 deletions

View File

@ -846,7 +846,7 @@ functions
}
}
var otherDirs = new[] { "test", "samples" };
var otherDirs = new[] { "test", "samples", "tools" };
for (var i = 0; i < otherDirs.Length; i++)
{
var otherDir = Path.Combine(repo, otherDirs[i]);