This commit is contained in:
Francesco Renzi
2026-01-22 00:12:27 +00:00
committed by GitHub
parent 1bba60b475
commit d334ab3f0a
8 changed files with 1446 additions and 1183 deletions

View File

@@ -1138,8 +1138,8 @@ namespace GitHub.Runner.Worker.Dap
if (result.Success)
{
// Return appropriate response format based on input type
if (command.WasJsonInput)
// Return appropriate response format based on output type
if (command.Output == OutputFormat.Json)
{
return CreateSuccessResponse(new EvaluateResponseBody
{