@joebigelow / wix-1 / commits / 4d40bef9

Correctly isolate intermediate folders for multi-culture builds

Rob Mensching committed Jul 19, 2018 at 00:50 UTC 4d40bef9cf51b8cff7e1f6a73fdf68b9722eb8a0
1 file changed +1 -1
src/WixToolset.BuildTasks/wix.targets
+1 -1
@@ -663,7 +663,7 @@
663 ExtensionDirectory="$(WixExtDir)"
664 Extensions="@(_ResolvedWixExtensionPaths)"
665
666 - IntermediateDirectory="$(IntermediateOutputPath)"
666 + IntermediateDirectory="$(IntermediateOutputPath)%(CultureGroup.OutputFolder)"
667
668 OutputFile="$(OutputFile)"
669 OutputType="$(OutputType)"