Reacting to KoreBuild changes

This commit is contained in:
John Luo 2016-03-08 14:30:28 -08:00
parent 7cd2092c7f
commit 420382133e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.IISPlatformHandler.FunctionalTests
{ {
public static string GetTestSitesPath() public static string GetTestSitesPath()
{ {
return Path.GetFullPath(Path.Combine("..", "..", "..", "TestSites")); return Path.GetFullPath(Path.Combine("..", "..", "..", "..", "..", "TestSites"));
} }
} }
} }