richardszalay / helix-publishing-pipeline

Unified publishing for Sitecore Helix solutions that extends existing Visual Studio and command line workflows
MIT License
68 stars 18 forks source link

FileSystem publishes exclude module content on every other publish #10

Closed richardszalay closed 6 years ago

richardszalay commented 6 years ago

When using the FIleSystem publisher with DeleteExistingFiles=true, something about the order of targets means that if the files already exist in the temporary folder ($(WPPAllFilesInSingleFolder)) the downstream content is not included in the publish.

WPPAllFilesInSingleFolder itself seems to not contain the files, so it may be related to the FileSystem targets themselves.

Current workaround is to either not use DeleteExistingFiles. or to delete the target folder manually before starting the publish.