Add cmd wrapper for vpnruntime guards and UNC usage note
build / backend (push) Has been cancelled
build / node-agent (push) Has been cancelled
build / worker (push) Has been cancelled

This commit is contained in:
2026-05-12 09:26:35 +03:00
parent 8229fef3a6
commit 011c6d03bc
2 changed files with 18 additions and 1 deletions
@@ -0,0 +1,9 @@
@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%