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 6b25ed7 commit dcf28e8Copy full SHA for dcf28e8
Directory.Build.props
@@ -24,6 +24,8 @@
24
<Import Project="$(RepoRoot)/Directory.Build.props.user" Condition = "Exists('$(RepoRoot)/Directory.Build.props.user')" />
25
26
<PropertyGroup Condition="'$(BUILDING_USING_DOTNET)' == 'true'">
27
+ <BUILDING_WITH_LKG>true</BUILDING_WITH_LKG>
28
+ <BUILD_FROM_SOURCE>true</BUILD_FROM_SOURCE>
29
<DisableAutoSetFscCompilerPath>false</DisableAutoSetFscCompilerPath>
30
<FSHARPCORE_USE_PACKAGE Condition="'$(FSHARPCORE_USE_PACKAGE)' == ''">true</FSHARPCORE_USE_PACKAGE>
31
<DISABLE_ARCADE Condition="'$(DISABLE_ARCADE)' == ''">true</DISABLE_ARCADE>
0 commit comments