Files
raven/test/raven-integration/.vscode/tasks.json
2018-06-28 23:41:48 +00:00

15 lines
332 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"taskName": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/raven-integration.csproj"
],
"problemMatcher": "$msCompile"
}
]
}