MissionPlanner icon indicating copy to clipboard operation
MissionPlanner copied to clipboard

Using vswhere to get build env

Open buldo opened this issue 3 years ago • 4 comments

Original scripts supports only VS Community. But with vswhere scripts can use any modern VS in any edition

buldo avatar May 23 '22 20:05 buldo

need to remove the exe

meee1 avatar May 24 '22 01:05 meee1

@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

buldo avatar May 24 '22 10:05 buldo

its included as part of the installer package on all VS installs ${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe

meee1 avatar May 25 '22 02:05 meee1

@meee1 Fixed

buldo avatar May 27 '22 11:05 buldo