Azure Devops Ui Path run job (Task on pipelines)

Hi,

I have created a pipeline and added a task Ui Path run job. I am getting an error stating the build run failed the error is below

Error analysis

UiPathRunJob (UiPathRunJob)

Error running jobs: Running on non-Windows operating systems is currently not supported for UiPath tasks..

Comments:–
I have provisioned the robot in the windows machine itself

I have figured out the issue. In the YAML file i have changed the VM Image from ubuntu to windows-latest

pool:
vmImage: windows-latest

Hello @pramod.talasila

Hope your issue is resolved. If you need to run in other operating systems you have to create project as Cross-platform compatible.

Thanks

Hi

My issue is resolved. Thank you for following up.