python-build-standalone
python-build-standalone copied to clipboard
fix: detect preview versions of msvs
fixes #268
- add the '-prerelease' flag to the vswhere subcommand,
- give 'no vs found' error if the command returns empty string,
- catch vswhere returning multiple installations,
Thanks for contributing!
Is there a compelling reason to support building with prerelease versions of Visual Studio?
Is there a compelling reason to support building with prerelease versions of Visual Studio?
Ah - I can see why you might wonder that; "prerelease" recognizes the "Preview" aka canary editions. Which is not the same as whatever alpha or beta of 2024 or 2025 might eventually come into existence.
This is a fairly common pattern:
Stable + Firehose.