@echo off setlocal set SCRIPT_DIR=%~dp0 pushd "%SCRIPT_DIR%..\.." if errorlevel 1 exit /b %ERRORLEVEL% pwsh -NoProfile -ExecutionPolicy Bypass -File "%SCRIPT_DIR%run-vpnruntime-ci-guards.ps1" -AntiFlakeCount 20 -TargetedCount 50 set EXIT_CODE=%ERRORLEVEL% popd exit /b %EXIT_CODE%