Sitecore.Ship
Sitecore.Ship copied to clipboard
Sitecore.Ship failed to deploy Sitecore package when Sitecore tempFolder path is static
When user sets the tempFolder value to a static path e.g.
It works fine with dynamic tempFolder path :)
HttpContext.Current.Server.MapPath(Sitecore.IO.TempFolder.GetFilename(Guid.NewGuid() + ".update")); line throws the exception in Sitecore.Ship.Infrastructure.Web.ServerTempFile class