<!-- Please completely fill in this template so we can help you work past this issue as quickly as possible. If you have any questions, the repo Wiki has more details on all of the required fields in this template. Thank you! --> ## Build Issue ### Summary **I am unable to include the payment connector files to the extension installer.** I have followed the solution of this issue https://github.com/microsoft/Dynamics365Commerce.Solutions/discussions/176 and are able to to have the payment connector files included in the scale unit deployment package by including ``` <ItemGroup> <IPayment_Processor_Assemblies Include="path to dll"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </IPayment_Processor_Assemblies> </ItemGroup> ``` in scaleUnit.csproj file. This does not solve the issue for the scaleUnit.Sample.Installer. I have also tried using Content include ``` <ItemGroup> <Content Include="path to dll"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </IPayment_Processor_Assemblies> </ItemGroup> ``` without any success, and also tried to add project reference **Version and Error Info** Commerce SDK Version: 9.47