I have created a package in Automation Studio that is intended to be referenced by 2 programs. I have used the add existing package function to add this package to each of the 2 programs. When I modify a file in the package, I do not see the file being updated in the reference package folders of the 2 programs. Is there a way to automatically update the reference package files? Currently, I have to delete the package and add the reference package again. My program files are in C/C++.
“Add existing ” with being anything like Program, Package, Library, …
always copies the thing you added, so it’s not a reference at all.
As far as I am aware, there is no way to reference whole packages or tasks, just single files (Toolbox → Referenced file) (see next reply by @michael.bertsch for why I was wrong here