conan-io / conan-package-tools

Conan Package Tools. Helps with massive package creation and CI integration (Travis CI, Appveyor...)
MIT License
165 stars 70 forks source link

Documented env variable `CONAN_BUILD_PROFILE` is not used in the code #584

Closed birsoyo closed 2 years ago

birsoyo commented 2 years ago

The documented CONAN_BUILD_PROFILE is not used in the code to set the base_profile_build_name.

uilianries commented 2 years ago

@birsoyo Thank you for reporting. The correct name is CONAN_BASE_PROFILE_BUILD. It's now updated on Develop branch