From f9dcb1b3fe00c23b79fc888e4ed69f80a3202023 Mon Sep 17 00:00:00 2001 From: sumanthkb44 <84563853+sumanthkb44@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:08:43 +0530 Subject: [PATCH] Update appSettings.json --- src/LCT.Common/appSettings.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/LCT.Common/appSettings.json b/src/LCT.Common/appSettings.json index 2b3e0c87..e877d73a 100644 --- a/src/LCT.Common/appSettings.json +++ b/src/LCT.Common/appSettings.json @@ -47,6 +47,9 @@ "Upload" :true } ], + "InternalRepos": [ + "" //This should be the internal repo names in Artifactory for NPM + ], "DevRepos": [ "", "" @@ -74,6 +77,9 @@ "Upload" :true } ], + "InternalRepos": [ + "" //This should be the internal repo names in Artifactory for Nuget + ], "DevRepos": [ "", "" @@ -99,6 +105,9 @@ "Upload" :true } ], + "InternalRepos": [ + "" //This should be the internal repo names in Artifactory for Maven + ], "DevRepos": [ "", "" @@ -124,6 +133,9 @@ "Upload" :true } ], + "InternalRepos": [ + "" //This should be the internal repo names in Artifactory for Debian + ], "DevRepos": [ "", "" @@ -149,6 +161,9 @@ "Upload" :true } ], + "InternalRepos": [ + "" //This should be the internal repo names in Artifactory for Alpine + ], "DevRepos": [ "", "" @@ -175,6 +190,9 @@ "Upload" :true } ], + "InternalRepos": [ + "" //This should be the internal repo names in Artifactory for Poetry + ], "DevRepos": [ "", "" @@ -201,6 +219,9 @@ "Upload" :true } ], + "InternalRepos": [ + "" //This should be the internal repo names in Artifactory for Conan + ], "DevRepos": [ "", ""