提交 466f911b 编写于 作者: B Brett V. Forsgren 提交者: Kevin Ransom (msft)

always generate pdbs in release mode (#2922)

上级 ce473dda
......@@ -77,11 +77,10 @@
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<!-- Flags used for Release mode. -->
<DebugType Condition=" '$(DebugType)' == '' and '$(TargetFramework)' != 'coreclr' and '$(UseSourceLink)' != 'true' ">pdbonly</DebugType>
<DebugType Condition=" '$(DebugType)' == '' ">portable</DebugType>
<DebugType>pdbonly</DebugType>
<Optimize Condition=" '$(Optimize)' == '' ">true</Optimize>
<EmbedAllSource>false</EmbedAllSource>
<ErrorReport Condition=" '$(ErrorReport)' == '' ">prompt</ErrorReport>
<DefineConstants Condition=" '$(ProjectLanguage)' != 'VisualBasic' ">TRACE;$(DefineConstants)</DefineConstants>
<DefineConstants Condition=" '$(ProjectLanguage)' == 'VisualBasic' ">TRACE=True,$(DefineConstants)</DefineConstants>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册