Skip to content

How to distribute Payment connectors with new commerce SDK install solution [ScaleUnit.Sample.Installer] #273

@pkilli

Description

@pkilli

Build Issue

Summary

I am unable to include the payment connector files to the extension installer.

I have followed the solution of this issue #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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions