symreader/Restore.cmd

4 строки
134 B
Batchfile
Исходник Постоянная ссылка Обычный вид История

2017-05-21 05:11:48 +03:00
@echo off
2018-08-24 03:18:38 +03:00
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\common\Build.ps1""" -restore %*"
2017-05-21 05:11:48 +03:00
exit /b %ErrorLevel%