Skip to content

Commit 5889d99

Browse files
committed
fix build??
1 parent 2fa4902 commit 5889d99

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Ionide.LanguageServerProtocol.fsproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@
6666
<ItemGroup>
6767
<_GeneratorProject Include="../tools/MetaModelGenerator/MetaModelGenerator.fsproj" />
6868
</ItemGroup>
69+
70+
<!--
71+
yes Restore has to be separate because the problem is that MSBuild has an XML file cache,
72+
so if you happen to read some content during a Restore, that content won't be re-read during a
73+
subsequent Build
74+
-->
75+
<MSBuild Projects="@(_GeneratorProject)" Targets="Restore">
76+
<Output TaskParameter="TargetOutputs" ItemName="_GeneratorApp" />
77+
</MSBuild>
6978
<MSBuild Projects="@(_GeneratorProject)" Targets="Build">
7079
<Output TaskParameter="TargetOutputs" ItemName="_GeneratorApp" />
7180
</MSBuild>

0 commit comments

Comments
 (0)