We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f388e17 commit 39ad475Copy full SHA for 39ad475
src/YTest.MTP.XUnit2/MTPFramework/XUnit2MTPTestFramework.cs
@@ -76,14 +76,6 @@ public async Task ExecuteRequestAsync(ExecuteRequestContext context)
76
77
var assemblyPath = assembly.Location;
78
79
-#if !NETFRAMEWORK
80
- if (OperatingSystem.IsWindows())
81
-#endif
82
- {
83
- // Change .exe to .dll
84
- assemblyPath = Path.ChangeExtension(assemblyPath, "dll");
85
- }
86
-
87
if (!File.Exists(assemblyPath))
88
{
89
throw new FileNotFoundException("XUnit2 MTP adapter cannot find the test assembly.", assemblyPath);
0 commit comments