Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save merkle-sitecore-gists/6eb0d4fa3530edb908b2c1fe798c46be to your computer and use it in GitHub Desktop.
Save merkle-sitecore-gists/6eb0d4fa3530edb908b2c1fe798c46be to your computer and use it in GitHub Desktop.
CustomPublishPipeline.config
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<publishItem>
<processor type="CustomerName.Web.Core.Pipelines.CustomerNameUpdatePublishingStatistics, CustomerName.Web.Core"
patch:after="processor[@type='Sitecore.Publishing.Pipelines.PublishItem.UpdateStatistics, Sitecore.Kernel']" />
</publishItem>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment