cicd-integrations
2025.10
true
- UiPath CLI 发行说明
- Azure DevOps 扩展程序发布说明
- Jenkins 插件发行说明
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

CI/CD 集成发行说明
上次更新日期 2026年4月6日
25.10.12
Release date: March 30, 2026
- Add process description parameters
- Add argument default value in generated schema
- Fix missing info in Analyzer result file
- Fix authenticated cloud feed support for solution restore and analyze commands
- Removed NuGet.config from WorkflowCompiler tool
- Fix detection of classes in WorkflowRunnerService
- Fix UiPath.Activities.Contracts namespace causing pack and analyze to fail
- Fix compile failure for Coded Workflows with various input arguments
- Improved Test Manager polling mechanism and pagination for API calls
新增功能
Add process description parameters
Added two new parameters to the package deploy command for controlling the process description:
--processDescription <value>- Sets the process description to the specified value. Takes highest priority over any other description source.--use-package-description- Uses the package description as the process description. On create, this is the default behavior. On update, this overrides the existing process description with the package description.