symreader/Restore.cmd

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

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