Share Service Projects as Assets
đ¯context
You want to share the current state of a project so that it can be used for jumpstarting development of a service.
Descriptionâ
This How-To will show you how to share a project to an asset catalog and hence can be used by anyone who have access to it.
Preconditionsâ
- You have already committed and pushed your current changes.
Stepsâ
- Go to the Solution Designer.
- Open your project.
- Click on Share project.
- You will be asked to fill some meta data for this asset
- Asset name
- Contributed by
- Tags: this can be helpful for users to find assets of interest.
- Asset Catalog
- Version: based on the Semantic Versioning approach, set a proper version to your asset.
âšī¸note
If the chosen version already exists, the sharing will not succeed unless you mark "Replace existing version".
đĄtip
Make sure the permissions set on the project's repository allow read access so other users can import this asset.
đWell done!
Congratulations! You have shared your project to an asset catalog. It can now be used by others to jumpstart development.