Hi Team,
I’ve set up a CI/CD pipeline for deploying my UiPath projects through Azure DevOps. The pipeline works perfectly fine when the project type is Windows-Legacy.
However, when I switched to a Windows (modern) project, the pipeline completes successfully — the build and deployment stages run without any errors. But when I try to run the deployed process in Orchestrator, I encounter the following error:
Could not load file or assembly ‘, Culture=neutral, PublicKeyToken=null’. The system cannot find the file specified.
What I believe:
I suspect this might be an issue with the Build
job in the YAML file — particularly how it handles dependency restoration or packaging for Windows (modern) projects.
Has anyone encountered a similar issue when moving to Windows-based UiPath projects with CI/CD pipelines? Any pointers or fixes would be greatly appreciated.
Thanks in advance!