1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
Beef/bin/msbuild.bat

11 lines
358 B
Batchfile
Raw Normal View History

2019-08-23 11:56:54 -07:00
@echo off
for /f "usebackq tokens=*" %%i in (`%~dp0\vswhere -prerelease -latest -products * -requires Microsoft.Component.MSBuild -property installationPath`) do (
set VcInstallDir=%%i
)
SET VsBuildDir=%VcInstallDir%\MSBuild\15.0
@IF EXIST "%VcInstallDir%\MSBuild\Current" SET VsBuildDir=%VcInstallDir%\MSBuild\Current
"%VsBuildDir%\Bin\MSBuild.exe" %*