Skip to content

Commit

Permalink
Disable R2R for debug build (#13144)
Browse files Browse the repository at this point in the history
  • Loading branch information
iSazonov committed Jul 10, 2020
1 parent b66ba27 commit 0f6fe9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerShell.Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

<TargetFramework>net5.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishReadyToRun Condition=" '$(Configuration)' != 'Debug' ">true</PublishReadyToRun>

<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit 0f6fe9b

Please sign in to comment.