
Announcements
Hello all,
The problem that I have is very simple to explain.
We are releasing a solution from DEV (unmanaged) to a TST environment (managed). We have several Environment Variables that basically contain paths to Sharepoint folders, that are environment dependent (http://...DEV... or http://...TST...) and so we have to update them when we do the release.
No matter what we do (either through CLI via settings JSON or Browser release) those environment variables, on the managed solution in TST, are never updated. We were expecting to see some sort of value on Current Values updated on the TST environment but this field isn't presented on the interface. The only thing listed on that regard are the Default Values from... DEV. 😄
The only (unrealistic) way that we managed to update the values was by deleting the Default Values on DEV (we aren't using Current Values since that's not recomended on the documentation) and making the import via Browser. On those conditions you do get an extra step on the wizard, to update the environment values on the fly. But you end up having an broken solution on DEV...
Can you guys please help me understand what I'm doing wrong? Or is this a bug?
Thanks for your help.