From cd9a023ed781a1ad9a80ca882c0cfb0ae92144d9 Mon Sep 17 00:00:00 2001 From: Aditya Narayan <57411194+adityanarayanp@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:35:17 +0530 Subject: [PATCH] Adding the Conan settings in the configuration file --- src/LCT.Common/appSettings.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/LCT.Common/appSettings.json b/src/LCT.Common/appSettings.json index e00c4e32..57ef12f3 100644 --- a/src/LCT.Common/appSettings.json +++ b/src/LCT.Common/appSettings.json @@ -74,5 +74,14 @@ "" //This should be the release pypi in JFrog ], "ExcludedComponents": [] + }, + "Conan": { + "Include": [ "conan.lock" ], + "Exclude": [], + "JfrogConanRepoList": [ + "", //This is a mirror repo for conan in JFrog + "" //This should be the release repo in JFrog + ], + "ExcludedComponents": [] } }