mirror of
https://github.com/tribufu/proxmox-sharp
synced 2026-05-06 06:47:29 +00:00
12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "build",
|
|
"command": "dotnet",
|
|
"type": "process",
|
|
"args": ["build", "${workspaceFolder}"],
|
|
"problemMatcher": "$msCompile"
|
|
}
|
|
]
|
|
}
|