Skip to content

Commit 2a57c89

Browse files
committed
Fixing checkbox rendering
1 parent ac6b126 commit 2a57c89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BuildTasks/ExtensionVersion/v4/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"minimumAgentVersion": "2.206.1",
2222
"groups": [
2323
{
24-
"name": "extension",
24+
"": "extension",
2525
"displayName": "Extension",
2626
"isExpanded": true
2727
},
@@ -115,7 +115,7 @@
115115
},
116116
{
117117
"name": "setBuildNumber",
118-
"type": "checkbox",
118+
"type": "boolean",
119119
"label": "Set Build Number",
120120
"defaultValue": false,
121121
"required": false,

BuildTasks/ExtensionVersion/v5/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
},
125125
{
126126
"name": "setBuildNumber",
127-
"type": "checkbox",
127+
"type": "boolean",
128128
"label": "Set Build Number",
129129
"defaultValue": false,
130130
"required": false,

0 commit comments

Comments
 (0)