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 2003144 commit 80faf88Copy full SHA for 80faf88
1 file changed
build/windows/test.Magick.NET.ps1
@@ -17,6 +17,7 @@ function runTests($quantumName, $platformName, $targetFramework, $project) {
17
$testPlatform = "x64"
18
}
19
20
+ Write-Host "`nTesting $project $quantumName"
21
$folder = fullPath "tests\$project.Tests\bin\Test$quantumName\$platform\$targetFramework"
22
& "$folder\$project.Tests.exe"
23
0 commit comments