- UiPath CLI 发行说明
- Azure DevOps 扩展程序发布说明
- Jenkins 插件发行说明
CI/CD 集成发行说明
发布日期:2026 年 5 月 28 日
热修复版本。
错误修复
Transient test packages not picked up by Orchestrator
Fixed an issue where transient test packages created by uipcli test run were not picked up by Orchestrator in some client environments. With 25.10.19, the CLI publishes these packages using the 1.0.<seconds> version format — the same format used in 25.10.13 and earlier.
In 25.10.14 (April 23, 2026), the CLI started appending a millisecond suffix to transient test package versions — 1.0.<seconds>-<ms> — to avoid collisions when concurrent CI pipelines packed the same project within the same second. The trailing -<ms> made the version a NuGet prerelease, which Orchestrator did not index in some client environments, so the test run failed even though the package itself had been published successfully.
Affected versions: 25.10.14, 25.10.15, 25.10.16, 25.10.17, 25.10.18. Customers on 25.10.13 or earlier were never affected.
Resolution in 25.10.19. The suffix has been removed. Transient test packages produced by uipcli test run are versioned 1.0.<seconds> again. A stable replacement for the collision-avoidance behavior is being evaluated and will land in a future release. The uipcli package pack command is unaffected — only the temporary packages produced internally by test run change.
If you are on any affected version and run concurrent test run jobs against the same project, upgrade to 25.10.19.