Skip to content

Instantly share code, notes, and snippets.

@mskutta
Created August 29, 2016 12:19
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 mskutta/6b4fbca02772cee092c4d645cf209131 to your computer and use it in GitHub Desktop.
Save mskutta/6b4fbca02772cee092c4d645cf209131 to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<publishItem>
<processor patch:after="*[@type='Sitecore.Publishing.Pipelines.PublishItem.PerformAction, Sitecore.Kernel']" type="MyAssembly.VersionToPublish, MyAssembly"/>
</publishItem>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment