Skip to content

Commit 0f6fe9b

Browse files
authored
Disable R2R for debug build (PowerShell#13144)
1 parent b66ba27 commit 0f6fe9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PowerShell.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
<TargetFramework>net5.0</TargetFramework>
9999
<LangVersion>8.0</LangVersion>
100-
<PublishReadyToRun>true</PublishReadyToRun>
100+
<PublishReadyToRun Condition=" '$(Configuration)' != 'Debug' ">true</PublishReadyToRun>
101101

102102
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
103103
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)