- UiPath CLI 发行说明
- Azure DevOps 扩展程序发布说明
- Jenkins 插件发行说明

CI/CD 集成发行说明
25.10.14
Release date: April 24, 2026
- Support for classic governance files in the
analyzecommand - Fixed error when packing projects with large XAML files
- Fixed version conflicts when running concurrent test pipelines
- Reduced verbose logging during package restore
新增功能
Classic governance file support
The analyze command now accepts governance files exported directly from Studio (classic format), in addition to the existing AutomationOps format. The CLI auto-detects the file format, so no additional flags are needed.
错误修复
Large XAML file handling
Fixed a Document size exceed 16MB limit error that occurred when packing or analyzing projects with large XAML files containing many variable usages and long expressions.
Concurrent test pipeline version conflicts
Test package versions now include millisecond precision, preventing version collisions when multiple CI/CD pipelines run the test command on the same project simultaneously.
Verbose restore logging
NuGet restore details are now logged at debug level instead of info level. Previously, verbose restore output was keeping the publish job alive unnecessarily, adding delays even after the publish was already complete.