Skip to content

Commit 2911688

Browse files
committed
Add 'Build Release Configuration' task in tasks.json
1 parent 365b78e commit 2911688

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.vscode/tasks.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@
2727
"taskName": "Build",
2828
"suppressTaskName": true,
2929
"isBuildCommand": true,
30-
"args": [ "Invoke-Build Build" ]
30+
"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+
"problemMatcher": "$msCompile"
3138
},
3239
{
3340
"taskName": "Test",

0 commit comments

Comments
 (0)