Mark release build task as "build"

This commit is contained in:
Thomas Müller 2017-10-11 10:04:44 +02:00
parent 76cf0e55a6
commit 4922896636
1 changed files with 1 additions and 0 deletions

1
.vscode/tasks.json vendored
View File

@ -23,6 +23,7 @@
}, },
{ {
"taskName": "Build (Release)", "taskName": "Build (Release)",
"group": "build",
"args": [ "args": [
"/property:Configuration=Release" "/property:Configuration=Release"
], ],