extensions/restore.cmd

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

2023-05-23 02:38:10 +03:00
@echo off
SETLOCAL
set _args=%*
if "%~1"=="-?" set _args=-help
if "%~1"=="/?" set _args=-help
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\build.ps1""" -restore %_args%"
exit /b %ErrorLevel%