Hi everyone!
I am trying to explore Azure DevOps CI/CD. While trying to configure UiPath Package task, there’s this versioning method which I would like to understand.
When I tried to run the pipeline using the autogen method, I got a package version of 1.0.136848351 on my Orchestrator. The package that I deployed is current at version 1.0.7 since I manually publish the package from Studio before.
From my understanding, if I selected the Use the version specified in the project file option, I would see the 1.0.7 version instead. My question is, how can I update the version and version notes without manually publishing the package from Studio? Is it possible to edit the version every time I push new code to repository? and that version will be then used when I run the pipeline?
Thank you!