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:
authorDongbo Wang <dongbow@microsoft.com>2021-10-27 21:42:37 +0300
committerGitHub <noreply@github.com>2021-10-27 21:42:37 +0300
commitf2d5ae74adfac5fcf5b528a5a40fde585d2fac63 (patch)
treee3605bfc35b978ca2eab50c42d6bd1f87193a8dc /PowerShell.Common.props
parentd28691f59e975e64fa76df32e6231a0b0a580420 (diff)
Clean up `crossgen` related build scripts also generate native symbols for `R2R` images (#16297)
* Clean up crossgen related build scripts * Fix ci.psm1 * Clean up '-CrossGen' use in a few other files
Diffstat (limited to 'PowerShell.Common.props')
-rw-r--r--PowerShell.Common.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/PowerShell.Common.props b/PowerShell.Common.props
index ba5e6e2dff..4054cd5b19 100644
--- a/PowerShell.Common.props
+++ b/PowerShell.Common.props
@@ -138,6 +138,7 @@
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10.0</LangVersion>
<PublishReadyToRun Condition=" '$(Configuration)' != 'Debug' ">true</PublishReadyToRun>
+ <PublishReadyToRunEmitSymbols>true</PublishReadyToRunEmitSymbols>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>