build.cmd 193 B

1234
  1. @echo off
  2. powershell -NoLogo -NoProfile -ExecutionPolicy ByPass -command "& """%~dp0eng\common\build.ps1""" -restore -build -nativeToolsOnMachine -msbuildEngine dotnet %*"
  3. exit /b %ErrorLevel%