Skip to content

Commit a3a12cc

Browse files
author
Luca Piccioni
committed
VSCode task for running tests.
1 parent 21ca4c6 commit a3a12cc

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.vscode/tasks.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@
1515
},
1616
"detail": "Default build."
1717
},
18+
{
19+
"label": "Test",
20+
"type": "shell",
21+
"group": "build",
22+
"command": "dotnet test",
23+
"presentation": {
24+
"echo": true,
25+
"reveal": "always",
26+
"panel": "shared",
27+
"showReuseMessage": true,
28+
"clear": true
29+
},
30+
"detail": "Run unit tests."
31+
},
1832
{
1933
"label": "Generate APIs",
2034
"type": "shell",

0 commit comments

Comments
 (0)