Browse Source

vscode run tests in release mode for speed

af/merge-core
Scott Williams 9 years ago
parent
commit
9f2f674c0b
  1. 2
      .vscode/tasks.json

2
.vscode/tasks.json

@ -22,7 +22,7 @@
}, },
{ {
"taskName": "test", "taskName": "test",
"args": ["tests/ImageSharp.Tests/ImageSharp.Tests.csproj", "-f", "netcoreapp1.1"], "args": ["tests/ImageSharp.Tests/ImageSharp.Tests.csproj", "-c", "release", "-f", "netcoreapp1.1"],
"isTestCommand": true, "isTestCommand": true,
"showOutput": "always", "showOutput": "always",
"problemMatcher": "$msCompile" "problemMatcher": "$msCompile"

Loading…
Cancel
Save