Muhammad Naeem Ashraf

Results 1 comments of Muhammad Naeem Ashraf

For fixing this issue in Sitecore.Ship, possible workaround could be: Modify 'Sitecore.Ship.Infrastructure.Update.UpdatePackageRunner' class in Sitecore.Ship.Infrastructure project by replacing entries = UpdateHelper.Install(installationInfo, logger, out historyPath); with using (new SecurityDisabler()) { bool...