parent
eed70795dd
commit
4678938f9d
2 changed files with 18 additions and 1 deletions
@ -0,0 +1,16 @@ |
||||
{ |
||||
"version": "2.0.0", |
||||
"tasks": [{ |
||||
"group": "build", |
||||
"label": "build", |
||||
"type": "shell", |
||||
"command": "msbuild", |
||||
"args": [ |
||||
"/property:GenerateFullPaths=true", |
||||
"/consoleloggerparameters:NoSummary", |
||||
"/t:build", |
||||
], |
||||
"presentation": { "reveal": "silent" }, |
||||
"problemMatcher": "$msCompile" |
||||
}] |
||||
} |
Loading…
Reference in new issue