ClangSharp/restore.cmd

4 строки
137 B
Batchfile

@ECHO OFF
pwsh.exe -NoLogo -NoProfile -ExecutionPolicy ByPass -Command "& """%~dp0scripts\build.ps1""" -restore %*"
EXIT /B %ERRORLEVEL%