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 e754739 commit b28417aCopy full SHA for b28417a
src/FSharp.Build/Microsoft.FSharp.NetSdk.props
@@ -131,6 +131,10 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
131
<GeneratePathProperty>true</GeneratePathProperty>
132
</PackageReference>
133
134
+ <CompileFirst>
135
+ <CompileOrder>CompileFirst</CompileOrder>
136
+ </CompileFirst>
137
+
138
<CompileBefore>
139
<CompileOrder>CompileBefore</CompileOrder>
140
</CompileBefore>
0 commit comments