File tree Expand file tree Collapse file tree 1 file changed +2
-53
lines changed Expand file tree Collapse file tree 1 file changed +2
-53
lines changed Original file line number Diff line number Diff line change 2929 "author" : {
3030 "type" : " string"
3131 },
32- "visibility" : {
33- "type" : " array" ,
34- "items" : {
35- "type" : " string" ,
36- "enum" : [
37- " Build" ,
38- " Release" ,
39- " Preview"
40- ]
41- }
42- },
4332 "runsOn" : {
4433 "type" : " array" ,
4534 "items" : {
8170 },
8271 "isExpanded" : {
8372 "type" : " boolean"
84- },
85- "tags" : {
86- "type" : " array" ,
87- "items" : {
88- "type" : " string" ,
89- "enum" : [
90- " Preview"
91- ]
92- }
9373 }
9474 }
9575 }
10888 "version" : {
10989 "type" : " object" ,
11090 "additionalProperties" : false ,
111- "description" : " Always update this when you release your task, so that the agents utilise the latest code." ,
91+ "description" : " Always update this when you release your task, so that the agents utilize the latest code." ,
11292 "required" : [
11393 " Major" ,
11494 " Minor" ,
196176 "properties" : {
197177 "type" : " object" ,
198178 "properties" : {
199- "EditableOptions " : {
179+ "editableOptions " : {
200180 "type" : " string" ,
201181 "enum" : [
202182 " True" ,
268248 "Node" : {
269249 "$ref" : " #/definitions/executionObject"
270250 },
271- "Bash" : {
272- "$ref" : " #/definitions/executionObject"
273- },
274- "AzurePowerShell" : {
275- "$ref" : " #/definitions/executionObject"
276- },
277- "PowerShell" : {
278- "$ref" : " #/definitions/executionObject"
279- },
280251 "PowerShell3" : {
281252 "$ref" : " #/definitions/executionObject"
282- },
283- "PowerShellExe" : {
284- "$ref" : " #/definitions/executionObject"
285- },
286- "Process" : {
287- "$ref" : " #/definitions/executionObject"
288- },
289- "RM:ManualIntervention" : {
290- "$ref" : " #/definitions/executionObject"
291253 }
292254 }
293255 },
307269 "type" : " string" ,
308270 "description" : " The target file to be executed. You can use variables here in brackets e.g. $(currentDirectory)\f ilename.ps1"
309271 },
310- "argumentFormat" : {
311- "type" : " string"
312- },
313- "workingDirectory" : {
314- "type" : " string" ,
315- "description" : " The directory to execute the task from e.g. $(currentDirectory)"
316- },
317- "modifyEnvironment" : {
318- "type" : [
319- " boolean" ,
320- " string"
321- ]
322- },
323272 "platforms" : {
324273 "type" : " array" ,
325274 "items" : {
You can’t perform that action at this time.
0 commit comments