Files
Oli Sturm eecba258b3 initial
2022-02-17 16:07:37 +00:00

18 lines
422 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${fileDirname}/${relativeFileDirname}.csproj",
//"${workspaceFolder}/NewRecordWith/NewRecordWith.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
]
}