@echo off setlocal pushd "%~dp0.." dotnet build "F4SDM42WebApi\F4SD - M42WebApi.csproj" -c Release %* set EXITCODE=%ERRORLEVEL% popd exit /b %EXITCODE%