Upgrading a site - which Add-In Server Configuration Values are used?
Content
We have a client who is upgrading to 18A. They are using an add-in of ours which has a Server Configuration Property that is dependent on the name* of the site (so, for example, company--prod value = 550 and company--upgrade value = 621). We are also hoping to update them to a new version of the add-in at the same time, so say company--prod version = 1.0 and company--upgrade version = 1.1 .
After the update occurs...
1. Will the server configuration property be 550 (from production) or 621 (from upgrade)?
2. Will the add-in version be 1.0 (production) or 1.1 (upgrade)?
I read this article but it says that some parts of the add-in come from production site, and some from the upgrade site, so basically I'm trying to figure out which parts come from which source.