Skip to content

Commit

Permalink
CR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Jun 18, 2024
1 parent 1f86b5f commit 07d7be9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tasks/JFrogDotnet/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
"name": "customCommand",
"type": "string",
"label": "Custom command",
"defaultValue": "",
"helpMarkDown": "The custom command which will be passed to .NET Core CLI for execution. Note that commands that require deploying are not supported, and that build-info collection is not available for custom commands.",
"helpMarkDown": "The custom command which will be passed to .NET Core CLI for execution (for example: 'pack'). Note that commands that require deployment are not supported, and that build-info collection is not available for custom commands.",
"required": true,
"visibleRule": "command=custom"
},
Expand All @@ -57,7 +56,7 @@
"type": "string",
"label": "Arguments",
"defaultValue": "",
"helpMarkDown": "The arguments which will be passed to .NET Core CLI for execution. Arguments should be quoted, and space separated.",
"helpMarkDown": "The arguments which will be passed to .NET Core CLI for execution (for example: '--no-restore' '--v:d'). Arguments should be quoted, and space separated.",
"required": false,
"visibleRule": "command=restore || command=custom"
},
Expand Down

0 comments on commit 07d7be9

Please sign in to comment.