Skip to content

Commit 0a9d759

Browse files
committed
fix build dependencies
1 parent f9cbc7f commit 0a9d759

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,24 @@
2323
<PackageReference Include="Umbraco.Forms" version="10.1.0" />
2424
<PackageReference Include="Umbraco.Forms.Core" version="10.1.0" />
2525
</ItemGroup>
26-
26+
2727
<ItemGroup>
2828
<Content Include="App_Plugins\UmbracoForms.Integrations\Commerce\Emerchantpay\**\*.*">
2929
<Pack>true</Pack>
30-
<PackagePath>content\App_Plugins\UmbracoForms.Integrations\Commerce\Emerchantpay\</PackagePath>
30+
<PackagePath>App_Plugins\UmbracoForms.Integrations\Commerce\Emerchantpay\</PackagePath>
3131
</Content>
32+
<None Include="build\**\*.*">
33+
<Pack>True</Pack>
34+
<PackagePath>buildTransitive</PackagePath>
35+
</None>
3236
</ItemGroup>
33-
37+
38+
<ItemGroup>
39+
<Content Include="App_Plugins\**\*.*">
40+
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
41+
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
42+
</Content>
43+
</ItemGroup>
44+
45+
3446
</Project>

0 commit comments

Comments
 (0)