Hi all,
Here is my use case:
- On a DEVELOPMENT environment I have a solution which contains a canvas app and other artefacts
- A few weeks ago I deployed this solution as a managed solution on a PRODUCTION environment
- Since then I made many new improvements to the canvas app on the DEVELOPMENT environment without deploying it on PRODUCTION
- Unfortunately, today a bug was identified in the app on the PRODUCTION environment
- I would like to fix ONLY the bug on the PROD environment without touching anything else in the app
What would be the best practice to make a "hot fix" to the app on the DEV environment (in its PROD version) and deploy it on the PROD environment without transporting the newest app improvements (which will be deployed on PROD in the coming weeks)?