Skip to content

Instantly share code, notes, and snippets.

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 naveed-ahmad-biz/2b02cf9b6bea887a70428c634aa14be7 to your computer and use it in GitHub Desktop.
Save naveed-ahmad-biz/2b02cf9b6bea887a70428c634aa14be7 to your computer and use it in GitHub Desktop.
Sitecore Ship failing silently fix
using (new SecurityDisabler())
{
bool flag;
DiffInstaller installer = new DiffInstaller(installationInfo.Action);
entries = installer.InstallPackage(installationInfo.Path, installationInfo.Mode, logger, new List<ContingencyEntry>(), "rollbackPackage.rlb", out flag, ref historyPath);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment