Skip to content

Commit 9bcb922

Browse files
committed
Added another path to the GetRoot method because we seem to need that in the build now.
1 parent 1470a90 commit 9bcb922

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Shared/Files.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ private static string GetRoot()
9797
{
9898
@"../../../../",
9999
@"../../../../../Magick.NET.Tests/", // Other tests projects
100+
@"../../tests/Magick.NET.Tests/", // Build pipeline from build\windows folder
100101
};
101102

102103
foreach (var path in paths)

0 commit comments

Comments
 (0)