diff --git a/run-tests.ps1 b/run-tests.ps1 index e9beabd07..4ea0521e3 100644 --- a/run-tests.ps1 +++ b/run-tests.ps1 @@ -26,10 +26,10 @@ elseif ($targetFramework -eq "mono") { } else { cd .\tests\ImageSharp.Tests - $xunitArgs = "-c Release -framework $targetFramework" + $xunitArgs = "-nobuild -c Release -framework $targetFramework" if ($targetFramework -eq "netcoreapp2.0") { - # There are issues matching the correct installed runtime if we do not specify it explicitly: + # There were issues matching the correct installed runtime if we do not specify it explicitly: $xunitArgs += " --fx-version 2.0.0" }