Skip to content

Commit e230d6b

Browse files
committed
Remove build post events to enable build pipeline.
1 parent 7ab81c7 commit e230d6b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Umbraco.Cms.Integrations.Commerce.Shopify/Umbraco.Cms.Integrations.Commerce.Shopify.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,7 @@
291291
<Error Condition="!Exists('..\packages\Umbraco.SqlServerCE.4.0.0.1\build\Umbraco.SqlServerCE.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Umbraco.SqlServerCE.4.0.0.1\build\Umbraco.SqlServerCE.targets'))" />
292292
</Target>
293293
<PropertyGroup>
294-
<PostBuildEvent>set UmbracoCmsIntegrationsTestsiteV8Path=$(SolutionDir)\Umbraco.Cms.Integrations.Testsite.V8
295-
set ShopifyDir=%25UmbracoCmsIntegrationsTestsiteV8Path%25\App_Plugins\UmbracoCms.Integrations\Commerce\Shopify
296-
if not exist %25ShopifyDir%25 mkdir -p %25ShopifyDir%25
297-
xcopy "$(ProjectDir)App_Plugins\UmbracoCms.Integrations\Commerce\Shopify" "%25ShopifyDir%25" /e /y</PostBuildEvent>
294+
<PostBuildEvent>
295+
</PostBuildEvent>
298296
</PropertyGroup>
299297
</Project>

0 commit comments

Comments
 (0)