Skip to content

Commit bdcee83

Browse files
committed
Copy static assets fix
1 parent 664ddb3 commit bdcee83

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Umbraco.Forms.Integrations.Commerce.EMerchantPay/Umbraco.Forms.Integrations.Commerce.EMerchantPay.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,12 @@
2323
<PackageReference Include="Umbraco.Forms" version="10.1.0" />
2424
<PackageReference Include="Umbraco.Forms.Core" version="10.1.0" />
2525
</ItemGroup>
26+
27+
<ItemGroup>
28+
<Content Include="App_Plugins\UmbracoForms.Integrations\Commerce\Emerchantpay\**\*.*">
29+
<Pack>true</Pack>
30+
<PackagePath>content\App_Plugins\UmbracoForms.Integrations\Commerce\Emerchantpay\</PackagePath>
31+
</Content>
32+
</ItemGroup>
2633

2734
</Project>

0 commit comments

Comments
 (0)