Skip to content

Commit b56c747

Browse files
Set DotNetCoreCLIV2 task's default verbosity input as Minimal (#19850)
* Set DotNetCoreCLIV2 task's default verbosity input as Minimal * Set Normal as defaultValue * Set Normal default value as verbosityPack * Update task version * Update generated --------- Co-authored-by: aarondandy <[email protected]>
1 parent 71fc5dd commit b56c747

File tree

7 files changed

+34
-34
lines changed

7 files changed

+34
-34
lines changed

Tasks/DotNetCoreCLIV2/task.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"demands": [],
1818
"version": {
1919
"Major": 2,
20-
"Minor": 238,
21-
"Patch": 2
20+
"Minor": 240,
21+
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.144.0",
2424
"instanceNameFormat": "dotnet $(command)",
@@ -262,7 +262,7 @@
262262
"name": "verbosityRestore",
263263
"type": "pickList",
264264
"label": "Verbosity",
265-
"defaultValue": "Detailed",
265+
"defaultValue": "Normal",
266266
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
267267
"required": "false",
268268
"groupName": "restoreAdvanced",
@@ -474,7 +474,7 @@
474474
"name": "verbosityPack",
475475
"type": "pickList",
476476
"label": "Verbosity",
477-
"defaultValue": "Detailed",
477+
"defaultValue": "Normal",
478478
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
479479
"required": "false",
480480
"groupName": "packAdvanced",

Tasks/DotNetCoreCLIV2/task.loc.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"demands": [],
1818
"version": {
1919
"Major": 2,
20-
"Minor": 238,
21-
"Patch": 2
20+
"Minor": 240,
21+
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.144.0",
2424
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
@@ -262,7 +262,7 @@
262262
"name": "verbosityRestore",
263263
"type": "pickList",
264264
"label": "ms-resource:loc.input.label.verbosityRestore",
265-
"defaultValue": "Detailed",
265+
"defaultValue": "Normal",
266266
"helpMarkDown": "ms-resource:loc.input.help.verbosityRestore",
267267
"required": "false",
268268
"groupName": "restoreAdvanced",
@@ -474,7 +474,7 @@
474474
"name": "verbosityPack",
475475
"type": "pickList",
476476
"label": "ms-resource:loc.input.label.verbosityPack",
477-
"defaultValue": "Detailed",
477+
"defaultValue": "Normal",
478478
"helpMarkDown": "ms-resource:loc.input.help.verbosityPack",
479479
"required": "false",
480480
"groupName": "packAdvanced",
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|2.238.2
2-
Node20_229_2|2.238.3
1+
Default|2.240.0
2+
Node20_229_2|2.240.1

_generated/DotNetCoreCLIV2/task.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"demands": [],
1818
"version": {
1919
"Major": 2,
20-
"Minor": 238,
21-
"Patch": 2
20+
"Minor": 240,
21+
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.144.0",
2424
"instanceNameFormat": "dotnet $(command)",
@@ -262,7 +262,7 @@
262262
"name": "verbosityRestore",
263263
"type": "pickList",
264264
"label": "Verbosity",
265-
"defaultValue": "Detailed",
265+
"defaultValue": "Normal",
266266
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
267267
"required": "false",
268268
"groupName": "restoreAdvanced",
@@ -474,7 +474,7 @@
474474
"name": "verbosityPack",
475475
"type": "pickList",
476476
"label": "Verbosity",
477-
"defaultValue": "Detailed",
477+
"defaultValue": "Normal",
478478
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
479479
"required": "false",
480480
"groupName": "packAdvanced",
@@ -583,7 +583,7 @@
583583
"Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
584584
},
585585
"_buildConfigMapping": {
586-
"Default": "2.238.2",
587-
"Node20_229_2": "2.238.3"
586+
"Default": "2.240.0",
587+
"Node20_229_2": "2.240.1"
588588
}
589589
}

_generated/DotNetCoreCLIV2/task.loc.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"demands": [],
1818
"version": {
1919
"Major": 2,
20-
"Minor": 238,
21-
"Patch": 2
20+
"Minor": 240,
21+
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.144.0",
2424
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
@@ -262,7 +262,7 @@
262262
"name": "verbosityRestore",
263263
"type": "pickList",
264264
"label": "ms-resource:loc.input.label.verbosityRestore",
265-
"defaultValue": "Detailed",
265+
"defaultValue": "Normal",
266266
"helpMarkDown": "ms-resource:loc.input.help.verbosityRestore",
267267
"required": "false",
268268
"groupName": "restoreAdvanced",
@@ -474,7 +474,7 @@
474474
"name": "verbosityPack",
475475
"type": "pickList",
476476
"label": "ms-resource:loc.input.label.verbosityPack",
477-
"defaultValue": "Detailed",
477+
"defaultValue": "Normal",
478478
"helpMarkDown": "ms-resource:loc.input.help.verbosityPack",
479479
"required": "false",
480480
"groupName": "packAdvanced",
@@ -583,7 +583,7 @@
583583
"Warning_UnsupportedServiceConnectionAuth": "ms-resource:loc.messages.Warning_UnsupportedServiceConnectionAuth"
584584
},
585585
"_buildConfigMapping": {
586-
"Default": "2.238.2",
587-
"Node20_229_2": "2.238.3"
586+
"Default": "2.240.0",
587+
"Node20_229_2": "2.240.1"
588588
}
589589
}

_generated/DotNetCoreCLIV2_Node20/task.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"demands": [],
1818
"version": {
1919
"Major": 2,
20-
"Minor": 238,
21-
"Patch": 3
20+
"Minor": 240,
21+
"Patch": 1
2222
},
2323
"minimumAgentVersion": "2.144.0",
2424
"instanceNameFormat": "dotnet $(command)",
@@ -262,7 +262,7 @@
262262
"name": "verbosityRestore",
263263
"type": "pickList",
264264
"label": "Verbosity",
265-
"defaultValue": "Detailed",
265+
"defaultValue": "Normal",
266266
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
267267
"required": "false",
268268
"groupName": "restoreAdvanced",
@@ -474,7 +474,7 @@
474474
"name": "verbosityPack",
475475
"type": "pickList",
476476
"label": "Verbosity",
477-
"defaultValue": "Detailed",
477+
"defaultValue": "Normal",
478478
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
479479
"required": "false",
480480
"groupName": "packAdvanced",
@@ -587,7 +587,7 @@
587587
"Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
588588
},
589589
"_buildConfigMapping": {
590-
"Default": "2.238.2",
591-
"Node20_229_2": "2.238.3"
590+
"Default": "2.240.0",
591+
"Node20_229_2": "2.240.1"
592592
}
593593
}

_generated/DotNetCoreCLIV2_Node20/task.loc.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"demands": [],
1818
"version": {
1919
"Major": 2,
20-
"Minor": 238,
21-
"Patch": 3
20+
"Minor": 240,
21+
"Patch": 1
2222
},
2323
"minimumAgentVersion": "2.144.0",
2424
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
@@ -262,7 +262,7 @@
262262
"name": "verbosityRestore",
263263
"type": "pickList",
264264
"label": "ms-resource:loc.input.label.verbosityRestore",
265-
"defaultValue": "Detailed",
265+
"defaultValue": "Normal",
266266
"helpMarkDown": "ms-resource:loc.input.help.verbosityRestore",
267267
"required": "false",
268268
"groupName": "restoreAdvanced",
@@ -474,7 +474,7 @@
474474
"name": "verbosityPack",
475475
"type": "pickList",
476476
"label": "ms-resource:loc.input.label.verbosityPack",
477-
"defaultValue": "Detailed",
477+
"defaultValue": "Normal",
478478
"helpMarkDown": "ms-resource:loc.input.help.verbosityPack",
479479
"required": "false",
480480
"groupName": "packAdvanced",
@@ -587,7 +587,7 @@
587587
"Warning_UnsupportedServiceConnectionAuth": "ms-resource:loc.messages.Warning_UnsupportedServiceConnectionAuth"
588588
},
589589
"_buildConfigMapping": {
590-
"Default": "2.238.2",
591-
"Node20_229_2": "2.238.3"
590+
"Default": "2.240.0",
591+
"Node20_229_2": "2.240.1"
592592
}
593593
}

0 commit comments

Comments
 (0)