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.