Skip to content

Commit cc0525f

Browse files
author
Omar Tawfik
committed
Fix Rebuild not found target error
1 parent 7f8ffb2 commit cc0525f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/fsharp-setup-build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
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

0 commit comments

Comments
 (0)