File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ testMagickNET() {
99 config=$config -OpenMP
1010 fi
1111
12- dotnet test tests/Magick.NET.Core.Tests/Magick.NET.Core.Tests.csproj -f net8.0 --no-build -c $config
13- dotnet test tests/Magick.NET.Tests/Magick.NET.Tests.csproj -f net8.0 --no-build -c $config
12+ ./ tests/Magick.NET.Core.Tests/bin/ $config /AnyCPU/net8.0/ Magick.NET.Core.Tests
13+ ./ tests/Magick.NET.Tests/bin/ $config /AnyCPU/net8.0/ Magick.NET.Tests
1414}
1515
1616testMagickNET " Q8"
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ private static string GetRoot()
9898 @"../../../../" ,
9999 @"../../../../../Magick.NET.Tests/" , // Other tests projects
100100 @"../../tests/Magick.NET.Tests/" , // Build pipeline from build\windows folder
101+ @"tests/Magick.NET.Tests/" , // Build pipeline from root
101102 } ;
102103
103104 foreach ( var path in paths )
You can’t perform that action at this time.
0 commit comments