Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions tasks.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"Test",
"Package",
"Deploy",
"Tool",

"Azure Repos",
"Azure Boards",
Expand Down Expand Up @@ -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.",
Expand Down