Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set DotNetCoreCLIV2 task's default verbosity input as Minimal #19850

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Tasks/DotNetCoreCLIV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 238,
"Patch": 2
"Minor": 240,
"Patch": 0
},
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "dotnet $(command)",
Expand Down Expand Up @@ -262,7 +262,7 @@
"name": "verbosityRestore",
"type": "pickList",
"label": "Verbosity",
"defaultValue": "Detailed",
"defaultValue": "Normal",
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
"required": "false",
"groupName": "restoreAdvanced",
Expand Down Expand Up @@ -474,7 +474,7 @@
"name": "verbosityPack",
"type": "pickList",
"label": "Verbosity",
"defaultValue": "Detailed",
"defaultValue": "Normal",
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
"required": "false",
"groupName": "packAdvanced",
Expand Down
8 changes: 4 additions & 4 deletions Tasks/DotNetCoreCLIV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 238,
"Patch": 2
"Minor": 240,
"Patch": 0
},
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down Expand Up @@ -262,7 +262,7 @@
"name": "verbosityRestore",
"type": "pickList",
"label": "ms-resource:loc.input.label.verbosityRestore",
"defaultValue": "Detailed",
"defaultValue": "Normal",
"helpMarkDown": "ms-resource:loc.input.help.verbosityRestore",
"required": "false",
"groupName": "restoreAdvanced",
Expand Down Expand Up @@ -474,7 +474,7 @@
"name": "verbosityPack",
"type": "pickList",
"label": "ms-resource:loc.input.label.verbosityPack",
"defaultValue": "Detailed",
"defaultValue": "Normal",
"helpMarkDown": "ms-resource:loc.input.help.verbosityPack",
"required": "false",
"groupName": "packAdvanced",
Expand Down
4 changes: 2 additions & 2 deletions _generated/DotNetCoreCLIV2.versionmap.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Default|2.238.2
Node20_229_2|2.238.3
Default|2.240.0
Node20_229_2|2.240.1
12 changes: 6 additions & 6 deletions _generated/DotNetCoreCLIV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 238,
"Patch": 2
"Minor": 240,
"Patch": 0
},
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "dotnet $(command)",
Expand Down Expand Up @@ -262,7 +262,7 @@
"name": "verbosityRestore",
"type": "pickList",
"label": "Verbosity",
"defaultValue": "Detailed",
"defaultValue": "Normal",
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
"required": "false",
"groupName": "restoreAdvanced",
Expand Down Expand Up @@ -474,7 +474,7 @@
"name": "verbosityPack",
"type": "pickList",
"label": "Verbosity",
"defaultValue": "Detailed",
"defaultValue": "Normal",
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
"required": "false",
"groupName": "packAdvanced",
Expand Down Expand Up @@ -583,7 +583,7 @@
"Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
},
"_buildConfigMapping": {
"Default": "2.238.2",
"Node20_229_2": "2.238.3"
"Default": "2.240.0",
"Node20_229_2": "2.240.1"
}
}
12 changes: 6 additions & 6 deletions _generated/DotNetCoreCLIV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 238,
"Patch": 2
"Minor": 240,
"Patch": 0
},
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down Expand Up @@ -262,7 +262,7 @@
"name": "verbosityRestore",
"type": "pickList",
"label": "ms-resource:loc.input.label.verbosityRestore",
"defaultValue": "Detailed",
"defaultValue": "Normal",
"helpMarkDown": "ms-resource:loc.input.help.verbosityRestore",
"required": "false",
"groupName": "restoreAdvanced",
Expand Down Expand Up @@ -474,7 +474,7 @@
"name": "verbosityPack",
"type": "pickList",
"label": "ms-resource:loc.input.label.verbosityPack",
"defaultValue": "Detailed",
"defaultValue": "Normal",
"helpMarkDown": "ms-resource:loc.input.help.verbosityPack",
"required": "false",
"groupName": "packAdvanced",
Expand Down Expand Up @@ -583,7 +583,7 @@
"Warning_UnsupportedServiceConnectionAuth": "ms-resource:loc.messages.Warning_UnsupportedServiceConnectionAuth"
},
"_buildConfigMapping": {
"Default": "2.238.2",
"Node20_229_2": "2.238.3"
"Default": "2.240.0",
"Node20_229_2": "2.240.1"
}
}
12 changes: 6 additions & 6 deletions _generated/DotNetCoreCLIV2_Node20/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 238,
"Patch": 3
"Minor": 240,
"Patch": 1
},
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "dotnet $(command)",
Expand Down Expand Up @@ -262,7 +262,7 @@
"name": "verbosityRestore",
"type": "pickList",
"label": "Verbosity",
"defaultValue": "Detailed",
"defaultValue": "Normal",
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
"required": "false",
"groupName": "restoreAdvanced",
Expand Down Expand Up @@ -474,7 +474,7 @@
"name": "verbosityPack",
"type": "pickList",
"label": "Verbosity",
"defaultValue": "Detailed",
"defaultValue": "Normal",
"helpMarkDown": "Specifies the amount of detail displayed in the output.",
"required": "false",
"groupName": "packAdvanced",
Expand Down Expand Up @@ -587,7 +587,7 @@
"Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
},
"_buildConfigMapping": {
"Default": "2.238.2",
"Node20_229_2": "2.238.3"
"Default": "2.240.0",
"Node20_229_2": "2.240.1"
}
}
12 changes: 6 additions & 6 deletions _generated/DotNetCoreCLIV2_Node20/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"demands": [],
"version": {
"Major": 2,
"Minor": 238,
"Patch": 3
"Minor": 240,
"Patch": 1
},
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down Expand Up @@ -262,7 +262,7 @@
"name": "verbosityRestore",
"type": "pickList",
"label": "ms-resource:loc.input.label.verbosityRestore",
"defaultValue": "Detailed",
"defaultValue": "Normal",
"helpMarkDown": "ms-resource:loc.input.help.verbosityRestore",
"required": "false",
"groupName": "restoreAdvanced",
Expand Down Expand Up @@ -474,7 +474,7 @@
"name": "verbosityPack",
"type": "pickList",
"label": "ms-resource:loc.input.label.verbosityPack",
"defaultValue": "Detailed",
"defaultValue": "Normal",
"helpMarkDown": "ms-resource:loc.input.help.verbosityPack",
"required": "false",
"groupName": "packAdvanced",
Expand Down Expand Up @@ -587,7 +587,7 @@
"Warning_UnsupportedServiceConnectionAuth": "ms-resource:loc.messages.Warning_UnsupportedServiceConnectionAuth"
},
"_buildConfigMapping": {
"Default": "2.238.2",
"Node20_229_2": "2.238.3"
"Default": "2.240.0",
"Node20_229_2": "2.240.1"
}
}