I have different versions of my UiPath code due to different environments like Prod QA Dev . so if I want to publish the code in QA by directly taking the files from DEV and changing the package version number to match the one in Orchestrator will it be any cause of error.
Hi @Ritika_Singh,
Yes It will not work all the time, When you will open the code higher version to lower version, it will give you unresolved activities error.
taking Proc#A-V3-alpha and renaming to Proc#-V2 and publishing/deploying/rolling out
can have a risk of direct / indirect sideeffects.
Whenever a modified nuget (#P*) within a version is (re)-deployed where a nuget with this version (#P) already exists, then it can be the case that it will not picked up and get updated within .nuget store or resulting in other side effects.
In such scenarios we just cleaned up the environment (eliminate #P), where we want to redeploy #P* and then for usuall deploy mechanism from nuget was triggered.