Skip to content

Commit 8eedd5c

Browse files
Again, caught by conditional code
1 parent 6ab2e2b commit 8eedd5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ICSharpCode.Decompiler.Tests/Helpers

ICSharpCode.Decompiler.Tests/Helpers/Tester.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ static Tester()
114114
#if DEBUG
115115
testRunnerBasePath = Path.Combine(TesterPath, $"../../../../../ICSharpCode.Decompiler.TestRunner/bin/Debug/net{CurrentNetCoreVersion}");
116116
#else
117-
testRunnerBasePath = Path.Combine(TesterPath, $"../../../../../ICSharpCode.Decompiler.TestRunner/bin/Release/net{CurrentNetCoreVersion});
117+
testRunnerBasePath = Path.Combine(TesterPath, $"../../../../../ICSharpCode.Decompiler.TestRunner/bin/Release/net{CurrentNetCoreVersion}");
118118
#endif
119119
// To parse: <Project><ItemGroup><PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.final" />
120120
packagesPropsFile = Path.Combine(TesterPath, "../../../../../Directory.Packages.props");

0 commit comments

Comments
 (0)