platform-compat/restore.cmd

3 строки
103 B
Batchfile

@echo off
powershell -ExecutionPolicy ByPass %~dp0eng\common\Build.ps1 -restore %*
exit /b %ErrorLevel%