I’ve already published the workflow as a .nupkg file locally. Then I sent this file to my teammate. He ran it using the command line but received the following error:
System.Exception: Failed to install package '{pkg name}'
---> System.Exception: NU1101: Unable to find package {pkg name}. No packages exist with this id in source(s): {pkg location}. PackageSourceMapping is enabled, the following source(s) were not considered: Connect, https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json, Local, nuget.org, Official.
How can I fix this?