File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ buildMagickNET() {
11
11
12
12
dotnet build tests/Magick.NET.Core.Tests/Magick.NET.Core.Tests.csproj -f net8.0 -c $config
13
13
dotnet build tests/Magick.NET.Tests/Magick.NET.Tests.csproj -f net8.0 -c $config
14
- dotnet build tests/Magick.NET.AvaloniaMediaImaging.Tests/Magick.NET.AvaloniaMediaImaging.Tests.csproj -f net8.0 -c $config
15
14
}
16
15
17
16
buildMagickNET " Q8"
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ testMagickNET() {
11
11
12
12
./tests/Magick.NET.Core.Tests/bin/$config /AnyCPU/net8.0/Magick.NET.Core.Tests
13
13
./tests/Magick.NET.Tests/bin/$config /AnyCPU/net8.0/Magick.NET.Tests
14
- ./tests/Magick.NET.AvaloniaMediaImaging.Tests/bin/$config /AnyCPU/net8.0/Magick.NET.AvaloniaMediaImaging.Tests
15
14
}
16
15
17
16
export FONTCONFIG_PATH=/etc/fonts
You can’t perform that action at this time.
0 commit comments