Skip to content

Commit

Permalink
CompilerOrder: set metadata for CompileFirst items
Browse files Browse the repository at this point in the history
  • Loading branch information
auduchinok committed Oct 1, 2024
1 parent e754739 commit b28417a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/FSharp.Build/Microsoft.FSharp.NetSdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
<GeneratePathProperty>true</GeneratePathProperty>
</PackageReference>

<CompileFirst>
<CompileOrder>CompileFirst</CompileOrder>
</CompileFirst>

<CompileBefore>
<CompileOrder>CompileBefore</CompileOrder>
</CompileBefore>
Expand Down

0 comments on commit b28417a

Please sign in to comment.