This commit is contained in:
Oli Sturm
2022-02-17 16:07:37 +00:00
commit eecba258b3
13 changed files with 596 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"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"
},
]
}