We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1047204 commit 633490bCopy full SHA for 633490b
test/Microsoft.ML.IntegrationTests/IntegrationTestBaseClass.cs
@@ -39,7 +39,7 @@ public IntegrationTestBaseClass(ITestOutputHelper output)
39
Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US");
40
41
#if NETFRAMEWORK
42
- string codeBaseUri = typeof(FunctionalTestBaseClass).Assembly.CodeBase;
+ string codeBaseUri = typeof(IntegrationTestBaseClass).Assembly.CodeBase;
43
string path = new Uri(codeBaseUri).AbsolutePath;
44
var currentAssemblyLocation = new FileInfo(Directory.GetParent(path).FullName);
45
#else
0 commit comments