We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c78866 commit 41eb96aCopy full SHA for 41eb96a
remotes.json
@@ -9,6 +9,11 @@
9
"name": "ecdc-conan-release",
10
"url": "https://artifactory.esss.lu.se/artifactory/api/conan/ecdc-conan-release",
11
"verify_ssl": true
12
- }
+ },
13
+ {
14
+ "name": "ecdc-conan-external",
15
+ "url": "https://artifactory.esss.lu.se/artifactory/api/conan/ecdc-conan-external",
16
+ "verify_ssl": true
17
+ }
18
]
19
}
remotes.txt
@@ -1,2 +1,3 @@
1
conancenter https://center.conan.io true
2
ecdc-conan-release https://artifactory.esss.lu.se/artifactory/api/conan/ecdc-conan-release true
3
+ ecdc-conan-external https://artifactory.esss.lu.se/artifactory/api/conan/ecdc-conan-external true
0 commit comments