razor-tooling/build.cmd

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

@echo off
2022-06-30 23:29:32 +03:00
setlocal
2023-06-17 02:52:52 +03:00
set _args=-restore -build /p:_SelfContainedWasSpecified=true %*
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%