platform-compat/build.cmd

4 строки
142 B
Batchfile

@echo off
powershell -ExecutionPolicy ByPass %~dp0eng\common\Build.ps1 -restore -build -test -deploy -pack -binaryLog %*
exit /b %ErrorLevel%