Skip to content

Commit

Permalink
Set the link mode to None when using interpreter (#8450)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Aug 23, 2022
1 parent f0283aa commit 1e8bb35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .nuspec/Microsoft.Maui.Controls.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<_IsHotRestartDefined>$([System.Text.RegularExpressions.Regex]::IsMatch('$(DefineConstants.Trim())', '(^|;)HOTRESTART($|;)'))</_IsHotRestartDefined>
<DefineConstants Condition="!$(_IsHotRestartDefined) And '$(IsHotRestartBuild)' == 'true'">HOTRESTART;$(DefineConstants)</DefineConstants>
<UseInterpreter Condition="'$(UseInterpreter)' == '' and '$(Configuration)' == 'Debug'">True</UseInterpreter>
<MtouchLink Condition="'$(MtouchLink)' == '' and '$(Configuration)' == 'Debug' and '$(UseInterpreter)' == 'true'">None</MtouchLink>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1e8bb35

Please sign in to comment.