发行日期:2023 年 2 月 14 日
新增功能
For more flexibility, you can now replace the default version of the command-line interface (CLI) that comes with the Azure DevOps extension, with whatever version of the CLI that you want, as long as it's compatible. To replace the default version of the CLI, use the UiPathInstallPlatform task and select the desired version from the dropdown list. To learn how to use the UiPathInstallPlatform task, refer to UiPath Install Platform.
改进
-
With this release, the default CLI version that comes with it is 21.10, but you can now choose to download a different version of the CLI, by using the UiPathInstallPlatform task This offers the possibility to pack Windows and Cross-platform projects.
The UiPathInstallPlatform task allows you to:
- 使用“选择 CLI 版本”下拉列表下载并实施不同版本的 CLI。
- 通过手动下载 CLI NUPKG 文件,将其放置在生成代理上,然后在CLI 的 nupkg 路径字段中指定该路径,实施不同版本的 CLI。此场景适用于管道无法访问 UiPath 公共订阅源以下载 CLI 的情况。
-
现在,可以从控制台错误日志中查看和调查打包程序在编译时引发的所有错误。
错误修复
- 使用 Azure DevOps 扩展部署的 Windows 项目现在可以在 Orchestrator 中成功执行。
- 已从 Orchestrator 请求中删除基本身份验证标头。
- 由于 project.json 文件中的输出类型发现问题,通过 UiPathDeploy 发布 Windows 包时发生错误。
- 即使输入 JSON 文件将
outputType参数显式指定为Process,包也会作为库部署在 Orchestrator 中。 此行为现已修复。 - 修复了允许工作流分析器分析 YAML 文件的错误。