Currently running the DurableTask.ServiceBus test require an actual SB connection string. We want to explore 2 options
- Add build for DurableTask.ServiceBus and Test in https://github.com/Azure/durabletask/blob/main/eng/templates/build.yml
- Add steps for build of DurableTask.ServiceBus in https://github.com/Azure/durabletask/blob/main/eng/templates/build-steps.yml
- Using the ServiceBus Emulator - https://github.com/Azure/azure-service-bus-emulator-installer/tree/main?tab=readme-ov-file#prerequisites (which required Emulator)
- Run the build pipeline and fix any tests and build which fails.