You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: _generated/DotNetCoreCLIV2/task.json
+6-6
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@
17
17
"demands": [],
18
18
"version": {
19
19
"Major": 2,
20
-
"Minor": 238,
21
-
"Patch": 2
20
+
"Minor": 240,
21
+
"Patch": 0
22
22
},
23
23
"minimumAgentVersion": "2.144.0",
24
24
"instanceNameFormat": "dotnet $(command)",
@@ -262,7 +262,7 @@
262
262
"name": "verbosityRestore",
263
263
"type": "pickList",
264
264
"label": "Verbosity",
265
-
"defaultValue": "Detailed",
265
+
"defaultValue": "Normal",
266
266
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
267
267
"required": "false",
268
268
"groupName": "restoreAdvanced",
@@ -474,7 +474,7 @@
474
474
"name": "verbosityPack",
475
475
"type": "pickList",
476
476
"label": "Verbosity",
477
-
"defaultValue": "Detailed",
477
+
"defaultValue": "Normal",
478
478
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
479
479
"required": "false",
480
480
"groupName": "packAdvanced",
@@ -583,7 +583,7 @@
583
583
"Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
Copy file name to clipboardExpand all lines: _generated/DotNetCoreCLIV2_Node20/task.json
+6-6
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@
17
17
"demands": [],
18
18
"version": {
19
19
"Major": 2,
20
-
"Minor": 238,
21
-
"Patch": 3
20
+
"Minor": 240,
21
+
"Patch": 1
22
22
},
23
23
"minimumAgentVersion": "2.144.0",
24
24
"instanceNameFormat": "dotnet $(command)",
@@ -262,7 +262,7 @@
262
262
"name": "verbosityRestore",
263
263
"type": "pickList",
264
264
"label": "Verbosity",
265
-
"defaultValue": "Detailed",
265
+
"defaultValue": "Normal",
266
266
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
267
267
"required": "false",
268
268
"groupName": "restoreAdvanced",
@@ -474,7 +474,7 @@
474
474
"name": "verbosityPack",
475
475
"type": "pickList",
476
476
"label": "Verbosity",
477
-
"defaultValue": "Detailed",
477
+
"defaultValue": "Normal",
478
478
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
479
479
"required": "false",
480
480
"groupName": "packAdvanced",
@@ -587,7 +587,7 @@
587
587
"Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
0 commit comments