File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7878 </Target >
7979
8080 <Target Name =" Build" DependsOnTargets =" CollectSetupProjects" >
81- <!-- Wix targets files doesn't handle localization parameters correctly. Rebuilding all to clean obj files between languages -->
81+ <!-- Wix targets files doesn't handle localization parameters correctly. Cleaning before building files accross languages -->
8282 <MSBuild Projects =" %(SetupProjects.ProjectPath)"
83- Targets =" Rebuild "
83+ Targets =" Clean;Build "
8484 Properties =" LocaleCode=%(SetupProjects.LocaleCode);LocaleId=%(SetupProjects.LocaleId);LocaleParentCulture=%(SetupProjects.LocaleParentCulture);LocaleSpecificCulture=%(SetupProjects.LocaleSpecificCulture);IsLangPack=%(SetupProjects.IsLangPack);VSSku=%(SetupProjects.VSSku);FSharpPackageVersion=$(FSharpPackageVersion)" />
8585 </Target >
8686
You can’t perform that action at this time.
0 commit comments