MissionPlanner
MissionPlanner copied to clipboard
Using vswhere to get build env
Original scripts supports only VS Community. But with vswhere scripts can use any modern VS in any edition
need to remove the exe
@meee1 why? As I uderstand from this repo https://github.com/microsoft/vswhere this exe has no dependencies and can be stored in repo.
There is alternative way with using this powershell module https://github.com/Microsoft/vssetup.powershell
I can rewrite current bat scripts to powershell if You allow this
its included as part of the installer package on all VS installs ${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe
@meee1 Fixed