Skip to content

Commit dcf28e8

Browse files
authored
Set LKG for plain builds (#16603)
1 parent 6b25ed7 commit dcf28e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
<Import Project="$(RepoRoot)/Directory.Build.props.user" Condition = "Exists('$(RepoRoot)/Directory.Build.props.user')" />
2525

2626
<PropertyGroup Condition="'$(BUILDING_USING_DOTNET)' == 'true'">
27+
<BUILDING_WITH_LKG>true</BUILDING_WITH_LKG>
28+
<BUILD_FROM_SOURCE>true</BUILD_FROM_SOURCE>
2729
<DisableAutoSetFscCompilerPath>false</DisableAutoSetFscCompilerPath>
2830
<FSHARPCORE_USE_PACKAGE Condition="'$(FSHARPCORE_USE_PACKAGE)' == ''">true</FSHARPCORE_USE_PACKAGE>
2931
<DISABLE_ARCADE Condition="'$(DISABLE_ARCADE)' == ''">true</DISABLE_ARCADE>

0 commit comments

Comments
 (0)