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 78b7c7f commit 4048e9aCopy full SHA for 4048e9a
build/shared/build.Magick.NET.sh
@@ -10,8 +10,8 @@ buildMagickNET() {
10
config=$config-OpenMP
11
fi
12
13
- dotnet build tests/Magick.NET.Core.Tests/Magick.NET.Core.Tests.csproj -f net8.0 -c $config --arch $architecture
14
- dotnet build tests/Magick.NET.Tests/Magick.NET.Tests.csproj -f net8.0 -c $config --arch $architecture
+ dotnet build tests/Magick.NET.Core.Tests/Magick.NET.Core.Tests.csproj -f net8.0 -c $config -p:Platform=$architecture
+ dotnet build tests/Magick.NET.Tests/Magick.NET.Tests.csproj -f net8.0 -c $config -p:Platform=$architecture
15
}
16
17
buildMagickNET "Q8"
0 commit comments