roslyn-sdk/restore.cmd

3 строки
98 B
Batchfile

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