19 строки
341 B
JSON
19 строки
341 B
JSON
{
|
|
"version": "2.0.0",
|
|
"command": "dotnet",
|
|
"args": [],
|
|
"tasks": [
|
|
{
|
|
"label": "build",
|
|
"type": "shell",
|
|
"command": "dotnet",
|
|
"args": [
|
|
"build",
|
|
"${workspaceRoot}/source/dotnet/Test/AdaptiveCards.Html.Test/AdaptiveCards.Html.Test.csproj"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"group": "build"
|
|
}
|
|
]
|
|
}
|