metadata-tools/Restore.cmd

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

2017-03-24 20:38:13 +03:00
@echo off
2019-01-11 04:21:05 +03:00
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\common\Build.ps1""" -restore %*"
2017-03-24 20:38:13 +03:00
exit /b %ErrorLevel%