up
This commit is contained in:
@@ -122,7 +122,7 @@ public class ReachbenchFixtureTests
|
||||
paths.ValueKind.Should().Be(JsonValueKind.Array);
|
||||
}
|
||||
|
||||
private static string LocateRepoRoot()
|
||||
internal static string LocateRepoRoot()
|
||||
{
|
||||
var current = new DirectoryInfo(AppContext.BaseDirectory);
|
||||
while (current != null)
|
||||
|
||||
Reference in New Issue
Block a user