Skip to content

Commit

Permalink
Merge branch 'feature/conan-package-identifier' of https://github.com…
Browse files Browse the repository at this point in the history
…/siemens/continuous-clearing into feature/conan-package-identifier
  • Loading branch information
karthika-g committed Oct 6, 2023
2 parents 77cee45 + cd9a023 commit 6d6a13a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/LCT.Common/appSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,14 @@
"<Python Release Repo Name>" //This should be the release pypi in JFrog
],
"ExcludedComponents": []
},
"Conan": {
"Include": [ "conan.lock" ],
"Exclude": [],
"JfrogConanRepoList": [
"<Conan Remote Cache Repo Name>", //This is a mirror repo for conan in JFrog
"<Conan Release Repo Name>" //This should be the release repo in JFrog
],
"ExcludedComponents": []
}
}

0 comments on commit 6d6a13a

Please sign in to comment.