Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya <darpa@yandex.ru>2020-07-10 18:55:49 +0300
committerGitHub <noreply@github.com>2020-07-10 18:55:49 +0300
commit0f6fe9b046f2e157ef571e0cd921d4e8bb398ffb (patch)
treead5d111b0e86e7615e9400cb3183fcc0979122cd /PowerShell.Common.props
parentb66ba272617239826395e5d6b1b9c013c9f1c422 (diff)
Disable R2R for debug build (#13144)
Diffstat (limited to 'PowerShell.Common.props')
-rw-r--r--PowerShell.Common.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/PowerShell.Common.props b/PowerShell.Common.props
index c2ee2dbf2a..520dc62229 100644
--- a/PowerShell.Common.props
+++ b/PowerShell.Common.props
@@ -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>