From 34a2c75569f86dc02b91830a3720a75fa9c5a55a Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Fri, 21 Nov 2025 21:14:58 +0000 Subject: [PATCH] Add `Node24` handler in `tasks.schema.json` --- tasks.schema.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tasks.schema.json b/tasks.schema.json index d037a45e8..f9fb563d3 100644 --- a/tasks.schema.json +++ b/tasks.schema.json @@ -84,7 +84,6 @@ "Test", "Package", "Deploy", - "Azure Repos", "Azure Boards", "Azure Pipelines", @@ -394,6 +393,9 @@ "additionalProperties": false, "description": "Execution options for this task (on Pre-Job stage)", "properties": { + "Node24": { + "$ref": "#/definitions/executionObject" + }, "Node20_1": { "$ref": "#/definitions/executionObject" }, @@ -419,6 +421,9 @@ "additionalProperties": false, "description": "Execution options for this task", "properties": { + "Node24": { + "$ref": "#/definitions/executionObject" + }, "Node20_1": { "$ref": "#/definitions/executionObject" }, @@ -444,6 +449,9 @@ "additionalProperties": false, "description": "Execution options for this task (on Post-Job stage)", "properties": { + "Node24": { + "$ref": "#/definitions/executionObject" + }, "Node20_1": { "$ref": "#/definitions/executionObject" }, @@ -532,7 +540,7 @@ "type": "object", "additionalProperties": true, "required": [ - "target" + "target" ], "properties": { "target": {