The error is "Could not load file or assembly 'C:\BizTalkDev\BP.BuildTemplate\BP.BuildTemplate.Orchestrations\bin\Release\BP.BuildTemplate.Orchestrations.dll' or one of its dependencies. The system cannot find the file specified."
It could be as simple as building the solution before running the deploy or undeploy so that the DLL is created (assuming that you actually have an Orchestrations DLL). You have IncludeOrchestrations set to true but no explicit Orchestrations ItemGroup, so the default path is in effect. Just make sure that the file exists in that location, and if you have a different path where it resides then add an explicit Orchestrations ItemGroup like you did for the Transforms.
Thanks,
Tom
It could be as simple as building the solution before running the deploy or undeploy so that the DLL is created (assuming that you actually have an Orchestrations DLL). You have IncludeOrchestrations set to true but no explicit Orchestrations ItemGroup, so the default path is in effect. Just make sure that the file exists in that location, and if you have a different path where it resides then add an explicit Orchestrations ItemGroup like you did for the Transforms.
Thanks,
Tom