Hi all,
I am having issues with library package.
I had to delete the library package version 1.0.30
Then I made changes in library version 1.0.29 and published as 1.0.30
I have used this package 1.0.30 in one of my project .
But it’s activity is doing everything which was in the deleted version 1.0.29 package, even though I am
Using the updated library dependency.
When I download the package 1.0.30 and debug , it’s working perfectly fine . Only when using in a process as dependency it’s pointing at the deleted version.
Could someone help me to resolve this please ?
Thank you
It is not recommended to reuse the old package version exactly for your faced scenario.
Most probably, in your Studio/Robot under the packages installation folder %userprofile%\.nuget\packages , the library/process was already installed, and it will not update from what you have in Orchestrator or external feed.
Try these:
- Make sure in the Orchestrator you have the correct package with the correct modifications
- Close the Studio project
- Go into the Studio/Robot VM and delete the library or process subfolder from
%userprofile%\.nuget\packages
- Retry to open/run the project and observe if the new modifications came back.
Thank you , this resolved the issue 