Skip to content

Commit cc71ad3

Browse files
committed
Copy assets fix
1 parent 18096c6 commit cc71ad3

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
@@ -30,6 +30,13 @@
3030
<PackageReference Include="Umbraco.Forms.Core.Providers" version="9.5.0" />
3131
</ItemGroup>
3232

33+
<ItemGroup>
34+
<Content Include="App_Plugins\UmbracoForms.Integrations\Commerce\Emerchantpay\**\*.*">
35+
<Pack>true</Pack>
36+
<PackagePath>content\App_Plugins\UmbracoForms.Integrations\Commerce\Emerchantpay\</PackagePath>
37+
</Content>
38+
</ItemGroup>
39+
3340
<Target Name="RemoveLuceneAnalyzer" BeforeTargets="CoreCompile">
3441
<ItemGroup>
3542
<Analyzer Remove="@(Analyzer)" Condition="%(FileName) == 'Lucene.Net.CodeAnalysis.CSharp'" />

0 commit comments

Comments
 (0)