From b5fd0f1687b552b89df902d9f02e44d9d33976c4 Mon Sep 17 00:00:00 2001 From: "Ivan K." Date: Thu, 5 Sep 2024 18:41:50 +0300 Subject: [PATCH] task.schema.json: add satisfies property; add one more task category Add some missed features of tasks to schema. --- tasks.schema.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tasks.schema.json b/tasks.schema.json index 0657be1d2..dfb5a900d 100644 --- a/tasks.schema.json +++ b/tasks.schema.json @@ -84,6 +84,7 @@ "Test", "Package", "Deploy", + "Tool", "Azure Repos", "Azure Boards", @@ -119,6 +120,13 @@ } } }, + "satisfies": { + "type": "array", + "description": "Allows you to define a list of demands that the task will satisfy.", + "items": { + "type": "string" + } + }, "demands": { "type": "array", "description": "Allows you to define a list of demands that a build agent requires to run this build task.",