Look for dependencies in the tools node too
This commit is contained in:
parent
be4d6bc07c
commit
c15e83c096
|
|
@ -846,7 +846,7 @@ functions
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var otherDirs = new[] { "test", "samples" };
|
var otherDirs = new[] { "test", "samples", "tools" };
|
||||||
for (var i = 0; i < otherDirs.Length; i++)
|
for (var i = 0; i < otherDirs.Length; i++)
|
||||||
{
|
{
|
||||||
var otherDir = Path.Combine(repo, otherDirs[i]);
|
var otherDir = Path.Combine(repo, otherDirs[i]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue