Skip to content

Commit aa0e8b1

Browse files
authored
Merge pull request #54 from umbraco/feature/emerchantpay-copy-assets
Copy assets fix
2 parents 18096c6 + cc71ad3 commit aa0e8b1

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)