Skip to content

Commit ca5952d

Browse files
jessehouwingDanny McCormick
authored and
Danny McCormick
committed
Adds Node10 and PowerShell execution handlers. (microsoft#528)
1 parent e5a622a commit ca5952d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tasks.schema.json

+6
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,17 @@
264264
"additionalProperties": false,
265265
"description": "Execution options for this task",
266266
"properties": {
267+
"Node10": {
268+
"$ref": "#/definitions/executionObject"
269+
},
267270
"Node": {
268271
"$ref": "#/definitions/executionObject"
269272
},
270273
"PowerShell3": {
271274
"$ref": "#/definitions/executionObject"
275+
},
276+
"PowerShell": {
277+
"$ref": "#/definitions/executionObject"
272278
}
273279
}
274280
},

0 commit comments

Comments
 (0)