LLVMSharp/test.cmd

4 строки
134 B
Batchfile

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