Currently transitioning from BizTalk 2013r2 to 2020, and implementing Azure Pipelines to automate deployment with BTDF.
So far, we're able to deploy our Core applications, but we've just realised there are dependencies with the 'child applications' (applications that take schemas from the Core apps).
- How should I refer to the Core application within Visual Studio in our dev environment (we used to reference the .dll from the local repos solution)
- How can we configure BTDF and CI/CD pipelines to point to the correct application when deploying the child?
- What happens if we need to update the Core application via BTDF/Pipeline - we'll need to undeploy all child applications that reference it before we can deploy surely - can this be done via the BTDF config?