Chapter2/2.8_pipeline/NativeCommand/.vscode/tasks.json

{
    "version": "2.0.0",
    "tasks": [
        {
            "label": "build",
            "command": "dotnet",
            "type": "process",
            "args": [
                "build",
                "${workspaceFolder}/FileOutput/FileOutput.csproj"
            ],
            "problemMatcher": "$msCompile"
        }
    ]
}