The pause step failed on Windows agents when OneDev was installed under a path containing spaces (e.g. C:\Program Files\OneDev), because pause.bat was invoked without quoting the full path.
This change quotes the batch file path in the agent and bumps the bundled agent to 3.0.10 so k8s-helper picks up the fix.
Fixes OD-2801.
The
pausestep failed on Windows agents when OneDev was installed under a path containing spaces (e.g.C:\Program Files\OneDev), becausepause.batwas invoked without quoting the full path.This change quotes the batch file path in the agent and bumps the bundled agent to 3.0.10 so k8s-helper picks up the fix.