Browse Source

an attempt to optimize the execution with -nobuild

af/merge-core
Anton Firszov 8 years ago
parent
commit
436e9bfdef
  1. 4
      run-tests.ps1

4
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"
}

Loading…
Cancel
Save