- Notes de publication de la CLI UiPath
- Notes de publication de l'extension Azure DevOps
- Notes de publication du plug-in Jenkins

Notes de publication des Intégrations 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
Nouveautés
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.
Résolution de bogues
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.