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 0734f27 commit ba35a6bCopy full SHA for ba35a6b
src/Magick.Native/install.sh
@@ -26,7 +26,7 @@ copyToTestProject() {
26
local quantum=$3
27
local openmp=$4
28
29
- folder=../../tests/Magick.NET.Tests/bin/Test$quantum$openmp/AnyCPU/net8.0
+ folder=../../tests/Magick.NET.Tests/bin/Test$quantum$openmp/$architecture/net8.0
30
mkdir -p $folder
31
cp temp/$platform/Release$quantum$openmp/$architecture/Magick.Native-$quantum$openmp-$architecture.dll* $folder | true
32
0 commit comments