dotnet-installer/scripts/ci_build.cmd

5 lines
59 B
Batchfile

@echo off
CALL %~dp0..\build.cmd %*
exit /b %errorlevel%