cicd-integrations
2022.10
false
- UiPath CLI release notes
- Azure DevOps extension release notes
- Jenkins plugin release notes
- Uipath-automation-package-v2.11
- Uipath-automation-package-v2.10
- Uipath-automation-package-2.9.2
- Uipath-automation-package-2.9.1
- Uipath-automation-package-2.9
- Uipath-automation-package-2.8.1
- Uipath-automation-package-2.8
- Uipath-automation-package-2.7
- Uipath-automation-package-2.6
- Uipath-automation-package-2.5
- Uipath-automation-package-2.4
- Uipath-automation-package-2.3.2
- Uipath-automation-package-2.3

CI/CD integrations release notes
Last updated Apr 28, 2025
V2.9.2
Release date: 13 April 2022
The UiPathDeploy works by creating a process for a newly published package and patching (updating to a new version) any existing process. These actions could generate validation errors if an entry point is not specified within the process metadata.
To address this issue, the actions taken by the UiPathDeploy task have been changed as follows:
- If a process exists and does not contain an entry point specified by the UiPathDeploy task, then it is going to be patched.
- If there is no process with the entry point specified by the UiPathDeploy task, then a new process is created using the following
append structure:
MyPackageName_Entrypoint.xaml
.