Open kip3f opened 11 months ago
Sorry this was not responded back then @kip3f
There is now the conan config list <pattern>
command, something like conan config list microsoft
is something that would be recommended to have a look to the different available confs
that could help with a msvc issue.
I am moving this to the docs repo to try to add there some clarification.
Thanks very much for the feedback.
What is your suggestion?
I'm trying to use Conan (2.0.14) on the build server, which has VIsual Studio 2022 installed together with build tools for several previous versions as well. I'd like to compile using the 2017 build tools and the 2022 visual studio. My problem is easily solved by the tools.microsoft.msbuild:vs_version setting. But I had to look through the source code to find that out.
Have you read the CONTRIBUTING guide?