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 531da75 commit 1dbd11fCopy full SHA for 1dbd11f
SG.CodeCoverage/Instrumentation/Instrumenter.cs
@@ -81,7 +81,7 @@ private IRecordingController CreateRecordingController(InstrumentationMap map)
81
var dir = Options.RuntimeConfigOutputPath;
82
if (string.IsNullOrEmpty(dir))
83
dir = Options.RecorderAssemblyCopyPath;
84
- var fullPath = Path.Combine(dir, Options.RuntimeConfigOutputPath);
+ var fullPath = Path.Combine(dir, Options.RuntimeConfigFileName);
85
return new DynamicPortRecordingController(fullPath , map, _logger);
86
}
87
0 commit comments