Skip to content

Commit 4048e9a

Browse files
committed
Specify platform instead.
1 parent 78b7c7f commit 4048e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/shared/build.Magick.NET.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ buildMagickNET() {
1010
config=$config-OpenMP
1111
fi
1212

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
13+
dotnet build tests/Magick.NET.Core.Tests/Magick.NET.Core.Tests.csproj -f net8.0 -c $config -p:Platform=$architecture
14+
dotnet build tests/Magick.NET.Tests/Magick.NET.Tests.csproj -f net8.0 -c $config -p:Platform=$architecture
1515
}
1616

1717
buildMagickNET "Q8"

0 commit comments

Comments
 (0)