Sam Anthonisz
Results
2
comments of
Sam Anthonisz
Just adding that we use `/Zi` for our `Release` and `/ZI` for our `Debug` PDB generation for our private packages. Obviously the latter is not suited to Conan Center packages....
Hi @dortam888, Ok, checking the file I can see that only `artifactoryUrl` and `xrayUrl` are defined e.g. ``` "artifactoryUrl": "https://artifactory.somecompany.com/artifactory/", "xrayUrl": "https://artifactory.somecompany.com/xray/", ``` I think I've figured out why this...