Skip to content

Instantly share code, notes, and snippets.

@netojoa
Created August 13, 2018 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netojoa/14c3e3b0d7c1b608dc923672fa820a25 to your computer and use it in GitHub Desktop.
Save netojoa/14c3e3b0d7c1b608dc923672fa820a25 to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:set="http://www.sitecore.net/xmlconfig/set/">
<sitecore>
<pipelines>
<publishEndResultBatch>
<processor type="Sandbox.PersistEndResultBatch, Sandbox"
patch:after="*[@type='Sitecore.Publishing.Service.Pipelines.BulkPublishingEnd.RaiseRemoteEvents, Sitecore.Publishing.Service']" >
</processor>
</publishEndResultBatch>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment