CICD Conflict UiPath Azure Devops Integration

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.

@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.

@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