richardszalay / helix-publishing-pipeline

Unified publishing for Sitecore Helix solutions that extends existing Visual Studio and command line workflows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module Web.config files cause build failures when long paths are involved

richardszalay opened this issue · comments

Because the SourceRootPath property is used with many transforms, the absolute paths of module config files end up being concatonated with the already long project directory and breaking MAX_PATH.

Since most scenarios won't require Web.config files from modules, it might be best to exclude them by default until a better solution can be reached.