My pipeline always halts at this place for hours, Can any one help me .
Based on the UiPath.Pipelines.Activities package version used in your process, you need to have a specific .NET SDK version installed in your pipeline robot VM.
If .NET version is missing, or it is too new or too old, you may have such halt scenarios at the Clone.
Activities - Project compatibility
Solution
If you have other versions .NET in the robot user VM, uninstall them, and install the correct one from https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-6.0.428-windows-x64-installer (.NET 6 SDK) or Download .NET 8.0 SDK (v8.0.416) - Windows x64 Installer (.NET 8 SDK), restart the pipeline robot VM, reconnect to Orchestrator and retry to run the pipeline.
1 Like

