symreader-converter/Restore.cmd

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

2017-02-16 22:31:09 +03:00
@echo off
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\common\Build.ps1""" -restore %*"
2017-02-16 22:31:09 +03:00
exit /b %ErrorLevel%