Skip to content

Instantly share code, notes, and snippets.

@adoprog
Created May 18, 2013 18:36
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 adoprog/5605373 to your computer and use it in GitHub Desktop.
Save adoprog/5605373 to your computer and use it in GitHub Desktop.
Courier
task Courier {
New-Item $buildFolder\Data\serialization_empty -type directory -force
& "$buildFolder\Buildscript\Tools\Courier\Sitecore.Courier.Runner.exe" /source:$buildFolder\Data\serialization_empty /target:$buildFolder\Data\serialization /output:$buildFolder\Website\sitecore\admin\Packages\LaunchSitecoreItems.update
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment