How do you perform upgrade with diff package in Service Fabric trough VSTS release pipeline? I’m fully aware of how the concept with works and I have read through the documentations (https://learn.microsoft.com/en-us/azure/service-fabric/service-fabric-application-upgrade-advanced#upgrade-with-a-diff-package) but how do you configure and setup? Currently we have one application with 15 services so can understand our need to do upgrade with diff package. I would like to know what steps I need to do to have diff deployment in place through VSTS. I know that you can do the versioning trough VS and then build and release trough VSTS but is that the correct way to do it?
How our pipeline looks like
- Token replace where we update the Cloud.xml
- Deploying Service Fabric application to the cluster
Release task