공통 라이브러리 관리

Hi @_H1

The easiest way would be to write some script which would target project.json and change the version library inside. Then create package and use API to upload and change he version inside Orchestrator

  1. For all projects in folder change package version.

  2. For all projects in folder create a package
    How to create a package of a process for the orchestrator upload without using the studio - #7 by Nithinkrishna

  3. For each package, upload it to Orchestrator and update the version with use of API
    swagger/index.html#/Processes/Processes_UploadPackage
    swagger/index.html#/Releases/Releases_UpdateToLatestPackageVersionBulk

1 Like