Skip to content

Commit ed91c01

Browse files
authored
Remove post build events
1 parent 6e169bf commit ed91c01

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,5 @@
3636
</ItemGroup>
3737
</Target>
3838

39-
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
40-
<Exec Command="set UmbracoFormsIntegrationsTestsiteV8Path=$(SolutionDir)\Umbraco.Forms.Integrations.Testsite.V8&#xD;&#xA; set PaymentProviderDir=%25UmbracoFormsIntegrationsTestsiteV8Path%25\App_Plugins\UmbracoForms.Integrations\Commerce\eMerchantPay&#xD;&#xA; if not exist %25PaymentProviderDir%25 mkdir -p %25PaymentProviderDir%25&#xD;&#xA; xcopy &quot;$(ProjectDir)App_Plugins\UmbracoForms.Integrations\Commerce\Zapier&quot; &quot;%25PaymentProviderDir%25&quot; /e /y&#xD;&#xA; xcopy &quot;$(ProjectDir)App_Plugins\UmbracoForms.Integrations\Commerce\eMerchantPay&quot; &quot;%25PaymentProviderDir%25&quot; /e /y" />
41-
</Target>
4239

43-
</Project>
40+
</Project>

0 commit comments

Comments
 (0)