Skip to content

Commit

Permalink
Add missing conan visible rule (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino authored Jan 10, 2022
1 parent 35310a7 commit eb1a4b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/JFrogConan/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@
"name": "artifactoryConnection",
"type": "connectedService:jfrogArtifactoryService",
"label": "Artifactory service connection",
"visibleRule": "conanCommand = Add Remote",
"defaultValue": "",
"required": true,
"helpMarkDown": "Artifactory service to use in the command."
"helpMarkDown": "Artifactory service used by this remote configuration."
},
{
"name": "conanRepo",
Expand Down

0 comments on commit eb1a4b2

Please sign in to comment.