razor-tooling/build.cmd

9 строки
197 B
Batchfile
Исходник Обычный вид История

@echo off
2022-06-30 23:29:32 +03:00
setlocal
set _args=-restore -build %*
2022-06-30 23:29:32 +03:00
if "%~1"=="-?" set _args=-help
powershell -ExecutionPolicy ByPass -NoProfile -Command "& '%~dp0eng\common\build.ps1'" %_args%
exit /b %ERRORLEVEL%