Browse Source

vscode run tests in release mode for speed

pull/131/head
Scott Williams 9 years ago
parent
commit
52ab6949e3
  1. 2
      .vscode/tasks.json

2
.vscode/tasks.json

@ -22,7 +22,7 @@
},
{
"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,
"showOutput": "always",
"problemMatcher": "$msCompile"

Loading…
Cancel
Save