We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb69eb commit 0aefab6Copy full SHA for 0aefab6
.vscode/tasks.json
@@ -27,7 +27,14 @@
27
"taskName": "Build",
28
"suppressTaskName": true,
29
"isBuildCommand": true,
30
- "args": [ "Invoke-Build Build" ]
+ "args": [ "Invoke-Build Build" ],
31
+ "problemMatcher": "$msCompile"
32
+ },
33
+ {
34
+ "taskName": "Build Release Configuration",
35
+ "suppressTaskName": true,
36
+ "args": [ "Invoke-Build Build -Configuration Release" ],
37
38
},
39
{
40
"taskName": "Test",
0 commit comments