4 references to GetRepoRoot
Microsoft.ML.AutoML.Tests (1)
DatasetUtil.cs (1)
49return Path.Combine(TestCommon.GetRepoRoot(), "test", "data", fileName);
Microsoft.ML.IntegrationTests (1)
IntegrationTestBaseClass.cs (1)
21RootDir = TestCommon.GetRepoRoot();
Microsoft.ML.PerformanceTests (1)
BenchmarkBase.cs (1)
18RootDir = TestCommon.GetRepoRoot();
Microsoft.ML.TestFramework (1)
BaseTestClass.cs (1)
40RootDir = TestCommon.GetRepoRoot();