razor-tooling/restore.cmd

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

2023-01-10 20:23:42 +03:00
@echo off
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0eng\common\Build.ps1""" -restore %*"
exit /b %ErrorLevel%