Skip to content

Commit

Permalink
Merge pull request #1667 from OmarTawfik/fix-manifest-hash-compute
Browse files Browse the repository at this point in the history
Include Setup Manifests Before Computing Hashes
  • Loading branch information
OmarTawfik authored Oct 27, 2016
2 parents 8b3540e + ddc855d commit 8afd0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/Swix/Microsoft.FSharp.vsmanproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="15.0" DefaultTargets="Build" InitialTargets="IncludeFSharpManifests" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<Import Project="..\FSharp.Setup.props" />

Expand All @@ -13,7 +13,7 @@

<Import Project="$(FSharpSourcesRoot)\Microbuild.Settings.targets" />

<Target Name="IncludeManifests" BeforeTargets="MergeManifests">
<Target Name="IncludeFSharpManifests">
<ItemGroup>
<MergeManifest Include="$(OutputPath)\Microsoft.FSharp.SDK.Core.json" />
<MergeManifest Include="$(OutputPath)\Microsoft.FSharp.SDK.Resources.%(SetupLanguages.LocaleCode).json" />
Expand Down

0 comments on commit 8afd0e0

Please sign in to comment.