You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got multiple versions of Visual Studio 2019 on my build machine.
Currently bootstrap.bat always selects the "latest" one (which is usually the current Preview version).
It would be cool having a command line option to specify the version-range in the same way vswhere expects it.
Additionally, disabling of preview versions would also be a useful option
bootstrap.bat --version [16.8,16.9) --no-preview
Tobias
The text was updated successfully, but these errors were encountered:
Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2
This issue has been automatically marked as "transition" to indicate the potential for needing transition to the new B2 development project.
Hi,
I've got multiple versions of Visual Studio 2019 on my build machine.
Currently bootstrap.bat always selects the "latest" one (which is usually the current Preview version).
It would be cool having a command line option to specify the version-range in the same way vswhere expects it.
Additionally, disabling of preview versions would also be a useful option
bootstrap.bat --version [16.8,16.9) --no-preview
Tobias
The text was updated successfully, but these errors were encountered: