Merge remote-tracking branch 'origin/release' into dev

This commit is contained in:
Pranav K 2016-05-10 16:50:36 -07:00
commit 4565c0fb18
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]);