[bug] conan install
command not retrieving sources with -c tools.build:download_source=True
#13951
Milestone
conan install
command not retrieving sources with -c tools.build:download_source=True
#13951
Environment details
Steps to reproduce
conanfile.py
conan install . -c tools.build:download_source=True -f json | jq | grep -C 4 "source_folder"
(expectation - we should see source_folder, result: we do not see src folder)conan graph info . -c tools.build:download_source=True -f json | jq | grep -C 4 "source_folder"
(expectation - we should see source_folder, result: we do see src folder)Logs
related: #13939
The text was updated successfully, but these errors were encountered: