Hi Everyone,
Hope this message finds you well.
I’m having a conflict on CICD deployment.
While I’m deploying the code with ADO CICD, it deployed as ‘ProcessName_EntryPoint.xaml ’ but I’m expecting it to be as ‘ProcessName ’. Could you please someone help me on it…?
I’m using UiPathDeploy@2 for deployment.
Anil_G
(Anil Gorthi)
February 26, 2025, 7:13pm
2
@sureshkumar.s
you can specify using either of these fields
processnames need a csv input which you can store in process itself and use it dynamically or use process name and fill the value
cheers
@Anil_G - Thank you so much for your response.
I’m using below version
UiPathInstallPlatform-preview@5
cliVersion: ‘WIN_24.12.9166.24491’
UiPathPack-preview@5
I’m getting bellow error while running Pipeline. Could you please help me on it…?
Error Message:
##[error]Error packaging project: Error: Parameter ‘toolPath’ cannot be null or empty.
Anil_G
(Anil Gorthi)
March 5, 2025, 3:08pm
4
@sureshkumar.s
As per error its clear that the studio is not found…check on the same
Also instead of preview versions try stable.
Cheers