We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab2e2b commit 8eedd5cCopy full SHA for 8eedd5c
1 file changed
ICSharpCode.Decompiler.Tests/Helpers/Tester.cs
@@ -114,7 +114,7 @@ static Tester()
114
#if DEBUG
115
testRunnerBasePath = Path.Combine(TesterPath, $"../../../../../ICSharpCode.Decompiler.TestRunner/bin/Debug/net{CurrentNetCoreVersion}");
116
#else
117
- testRunnerBasePath = Path.Combine(TesterPath, $"../../../../../ICSharpCode.Decompiler.TestRunner/bin/Release/net{CurrentNetCoreVersion});
+ testRunnerBasePath = Path.Combine(TesterPath, $"../../../../../ICSharpCode.Decompiler.TestRunner/bin/Release/net{CurrentNetCoreVersion}");
118
#endif
119
// To parse: <Project><ItemGroup><PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0-3.final" />
120
packagesPropsFile = Path.Combine(TesterPath, "../../../../../Directory.Packages.props");
0 commit comments