Skip to content

Commit d897559

Browse files
committed
Didn't go up high enough in the directory structure to access artifacts.
1 parent 656a9d4 commit d897559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ScenarioTest.ResourceManager/EnvironmentSetupHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private static string ProbeForSrcDirectory()
196196
private static string GetConfigDirectory(string targetDirectory = "artifacts")
197197
{
198198
string result = null;
199-
var directoryPath = "..";
199+
var directoryPath = Path.Combine(ProbeForSrcDirectory(), "..");
200200
if (Directory.Exists(directoryPath))
201201
{
202202
var baseDirectory = Path.Combine(directoryPath, targetDirectory);

0 commit comments

Comments
 (0)