15 lines
343 B
JSON
15 lines
343 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "build",
|
||
|
"command": "dotnet",
|
||
|
"type": "process",
|
||
|
"args": [
|
||
|
"build",
|
||
|
"${workspaceFolder}/Jellyfin.Server/Jellyfin.Server.csproj"
|
||
|
],
|
||
|
"problemMatcher": "$msCompile"
|
||
|
}
|
||
|
]
|
||
|
}
|