If you have developed custom Add-ons for Content Manager, recompile and reapply them after you have upgraded the Content Manager that they extend. Perform this task for each of your custom Add-ons for Content Manager.
Before you begin
You must have a copy of your Add-on ZIP file available, either as a resource with a URL (say in an S3 bucket) or as a physical file on your local file system.
Procedure
- Recompile any code in your Add-on, to ensure that your code still works with the new set of prerequisites required by the new release.
- Upload your updated Add-on using the
Copy-ISHFile PowerShell command:
Copy-ISHFile -SourceFolderPath -DestinationFolderPath
Where SourceFolderPath path is the location of your Add-on and DestinationFolderPath is the path to your repository.
The following path is a sample path to the repository for a SQL Server implementation:
{C:\InfoShare\DataSQL2019\Addons\Repository}
- Test the functionality of your Add-on to verify that it continues to work with the upgraded Content Manager.