Merge remote-tracking branch 'origin/release' into dev
This commit is contained in:
commit
4565c0fb18
|
|
@ -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