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 656a9d4 commit d897559Copy full SHA for d897559
src/ScenarioTest.ResourceManager/EnvironmentSetupHelper.cs
@@ -196,7 +196,7 @@ private static string ProbeForSrcDirectory()
196
private static string GetConfigDirectory(string targetDirectory = "artifacts")
197
{
198
string result = null;
199
- var directoryPath = "..";
+ var directoryPath = Path.Combine(ProbeForSrcDirectory(), "..");
200
if (Directory.Exists(directoryPath))
201
202
var baseDirectory = Path.Combine(directoryPath, targetDirectory);
0 commit comments