skyalcon 發表於 2026-1-6 19:19

ERRORLEVEL

echo.
cd MySQL_Integrated
echo Building project...
dotnet build --configuration Release
dotnet build --configuration Release --verbosity quiet
set BUILD_RESULT=%ERRORLEVEL%
if %ERRORLEVEL% == 0 (
echo.
if %BUILD_RESULT% == 0 (
    echo ✅ Build successful!
    echo
頁: [1]
查看完整版本: ERRORLEVEL