From eb1a4b211f4ed1486de5561116b99acddff8778f Mon Sep 17 00:00:00 2001 From: Robi Nino Date: Mon, 10 Jan 2022 14:36:31 +0200 Subject: [PATCH] Add missing conan visible rule (#298) --- tasks/JFrogConan/task.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/JFrogConan/task.json b/tasks/JFrogConan/task.json index bd4bb011..b1abf386 100644 --- a/tasks/JFrogConan/task.json +++ b/tasks/JFrogConan/task.json @@ -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",