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