We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa4902 commit 5889d99Copy full SHA for 5889d99
src/Ionide.LanguageServerProtocol.fsproj
@@ -66,6 +66,15 @@
66
<ItemGroup>
67
<_GeneratorProject Include="../tools/MetaModelGenerator/MetaModelGenerator.fsproj" />
68
</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>
78
<MSBuild Projects="@(_GeneratorProject)" Targets="Build">
79
<Output TaskParameter="TargetOutputs" ItemName="_GeneratorApp" />
80
</MSBuild>
0 commit comments