Skip to content

Commit dc2494a

Browse files
CompilerOrder: set metadata for CompileFirst items (#17820)
Co-authored-by: Kevin Ransom (msft) <[email protected]>
1 parent 7e9fd41 commit dc2494a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/FSharp.Build/Microsoft.FSharp.NetSdk.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
131131
<GeneratePathProperty>true</GeneratePathProperty>
132132
</PackageReference>
133133

134+
<CompileFirst>
135+
<CompileOrder>CompileFirst</CompileOrder>
136+
</CompileFirst>
137+
134138
<CompileBefore>
135139
<CompileOrder>CompileBefore</CompileOrder>
136140
</CompileBefore>

0 commit comments

Comments
 (0)