Skip to content

Commit

Permalink
Set Normal as defaultValue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Duplenskikh committed May 8, 2024
1 parent bbafc9e commit 1b6f57a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Tasks/DotNetCoreCLIV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"name": "verbosityRestore",
"type": "pickList",
"label": "Verbosity",
"defaultValue": "Minimal",
"defaultValue": "Normal",
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
"required": "false",
"groupName": "restoreAdvanced",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DotNetCoreCLIV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"name": "verbosityRestore",
"type": "pickList",
"label": "ms-resource:loc.input.label.verbosityRestore",
"defaultValue": "Minimal",
"defaultValue": "Normal",
"helpMarkDown": "ms-resource:loc.input.help.verbosityRestore",
"required": "false",
"groupName": "restoreAdvanced",
Expand Down
2 changes: 1 addition & 1 deletion _generated/DotNetCoreCLIV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"name": "verbosityRestore",
"type": "pickList",
"label": "Verbosity",
"defaultValue": "Minimal",
"defaultValue": "Normal",
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
"required": "false",
"groupName": "restoreAdvanced",
Expand Down
2 changes: 1 addition & 1 deletion _generated/DotNetCoreCLIV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"name": "verbosityRestore",
"type": "pickList",
"label": "ms-resource:loc.input.label.verbosityRestore",
"defaultValue": "Minimal",
"defaultValue": "Normal",
"helpMarkDown": "ms-resource:loc.input.help.verbosityRestore",
"required": "false",
"groupName": "restoreAdvanced",
Expand Down
2 changes: 1 addition & 1 deletion _generated/DotNetCoreCLIV2_Node20/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"name": "verbosityRestore",
"type": "pickList",
"label": "Verbosity",
"defaultValue": "Minimal",
"defaultValue": "Normal",
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
"required": "false",
"groupName": "restoreAdvanced",
Expand Down
2 changes: 1 addition & 1 deletion _generated/DotNetCoreCLIV2_Node20/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
"name": "verbosityRestore",
"type": "pickList",
"label": "ms-resource:loc.input.label.verbosityRestore",
"defaultValue": "Minimal",
"defaultValue": "Normal",
"helpMarkDown": "ms-resource:loc.input.help.verbosityRestore",
"required": "false",
"groupName": "restoreAdvanced",
Expand Down

0 comments on commit 1b6f57a

Please sign in to comment.