We are using Azure DevOps Pipelines with the github.com/.../dyn365-ce-vsts-tasks extension to deploy our managed solution to Dynamics 365 online. We enable all plugin steps on deployment. Following deployment we have a requirement to disable a handful of plugin steps. Currently we do this manually. Anyone aware of how we can automate this in the DevOps Pipeline?
Hi David,
you basically just need to set the state/status of related sdkmessageprocessingstep to disabled.
If this is only about plugin steps i recommend you a small powershell script. (Don't forget to handle the rollback case).